Skip to content

Releases: morlandi/django-ajax-datatable

v4.0.7

20 Oct 16:14
Compare
Choose a tag to compare
  • [TODO] check for unwanted side-effects here: ...
  • ... Prevent click to move the HTML page to the top
  • Improved example project

v4.0.6

25 Sep 08:36
Compare
Choose a tag to compare
  • Accept the more generic "pk" column name instead of "id"; "id" still supported for backward compatibility
  • In the example project: a new page has been added to play with a model with a custom PK column name

v4.0.5

24 Sep 17:30
Compare
Choose a tag to compare
  • classifiers added to setup.py

v4.0.4

24 Sep 15:48
Compare
Choose a tag to compare
  • fix Readme (to keep twine happy)

v4.0.3

24 Sep 15:45
Compare
Choose a tag to compare
  • [fix] accept anonymous POSTs
  • Another (this time really minimal) example working project

v4.0.2

24 Sep 15:45
Compare
Choose a tag to compare
  • overridable render_row_details_template_name attribute added
  • support to search multiple values (see search_values_separator)

v4.0.1

22 Sep 10:48
Compare
Choose a tag to compare
  • A few typo fixes here and there

v4.0.0

22 Sep 10:48
Compare
Choose a tag to compare
  • package renamed from django-datatables-view to django-ajax-datatable
  • published on PyPI
  • example project added
  • setup of demo site http://django-ajax-datatable-demo.brainstorm.it