Skip to content

Releases: Pegase745/sqlalchemy-datatables

2.0.1

26 Mar 15:36
Compare
Choose a tag to compare

Fixed

  • Fix sdist with missing package (#116).

2.0.0

24 Mar 13:57
Compare
Choose a tag to compare

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

10 Apr 21:44
Compare
Choose a tag to compare
v0.3.0

Fix setup.py version.

Version 0.2.1

08 Jan 19:35
Compare
Choose a tag to compare
  • 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

06 Dec 14:10
Compare
Choose a tag to compare
  • 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

14 Apr 09:31
Compare
Choose a tag to compare
  • 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

16 Dec 11:29
Compare
Choose a tag to compare
  • Allowing package to run under Python 3.*

Version 0.1.5

18 Oct 14:25
Compare
Choose a tag to compare
  • 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

18 Oct 09:29
Compare
Choose a tag to compare
  • Individual column search

Version 0.1.2

13 Aug 18:45
Compare
Choose a tag to compare
  • Fixing errors due to relationships (filtering, sorting)
  • Setting filter default value to str, avoiding JSON serializable type errors