Releases: Pegase745/sqlalchemy-datatables
Releases · Pegase745/sqlalchemy-datatables
2.0.1
2.0.0
Removed
BREAKING
- Drop python 2 support.
Changed
- Convert tests to pytest.
- Reorganize code.
- Modernize Flask example.
- Modernize pyramid example.
- Change and apply different linting style.
- Rename .jinja2 templates to .html.
- Update to python 3.6.
- Automatic deploy to Pypi from Travis.
Fixed
- Fix DT crash when no
draw
parameter (#98).
Version 0.3.0
v0.3.0 Fix setup.py version.
Version 0.2.1
- Fix on fields with None value that should not be filtered if column search is empty
- Fix bug when sort is done on first column
Version 0.2.0
- Add DataTables > 1.10.x compatibility
- Ensure backward compatibility with DataTables <= 1.9.x
- Add unit tests
- Add Pyramid and Flask examples
Version 0.1.7
- Allow lists to be printed as well on relationships, not just one to one (#11)
- Fix to unicode problem in 2.7 (#13)
- Properly type request values for python 3.4 (#14)
- Works with python 3.4 (#15)
- Explicit imports (#16)
- Fixed searches per column, simplified example, updated js (#16)
- Changed sorting algorithm to rely solely on SQLAlchemy to do the joining (#16)
- Ability to override searchability server side (#20)
- Ability to sort by relationships of relationships (#20)
- Adding MANIFEST file
- Adding coverage test with Coveralls
Version 0.1.6
- Allowing package to run under Python 3.*
Version 0.1.5
- Become aware of bSearchable_* properties, while doing a global search
- Fixed bug throwed while searching Id columns
- Fixing bug throwed while showing in ColumnDT, an SQLAlchemy's @hybrid_property or a Python @Property
- README modifications
Version 0.1.4
- Individual column search
Version 0.1.2
- Fixing errors due to relationships (filtering, sorting)
- Setting filter default value to str, avoiding JSON serializable type errors