-------------------
Added
~~~~~
- Allow lists to be printed as well on relationships, not just one to one.
- Properly type request values for python 3.4.
- Work with python 3.4.
- Explicit imports.
- Override searchability server side.
- Sort by relationships of relationships.
- Add MANIFEST.
- Add coverage test with Coveralls.
Changed
~~~~~~~
- Change sorting algorithm to rely solely on SQLAlchemy to do the joining.
Fixed
~~~~~
- Fix to unicode problem in python 2.7.
- Fix searches per column, simplified example, updated js.