Skip to content

Releases: webstack/webstack-django-sorting

v3.0.0

20 Aug 08:57
Compare
Choose a tag to compare

Released on August 19th, 2024

  • New optional paramater to set default sort order on first click of a column.
    Thanks to @RhinoW.
  • Migrate test project to rye

v2.4.0

20 Aug 08:58
Compare
Choose a tag to compare
  • Migrate library to rye

v2.3.1

15 Dec 11:36
Compare
Choose a tag to compare

Fix release v2.3.0 on the supported Django version (v5).

v2.3.0

15 Dec 11:28
Compare
Choose a tag to compare
  • Support Django 5.0
  • Fix nulls=last persistency in template (#26). Thanks @sandre35.
  • Migrate testproj to Django v5.0 (fix deprecated)
  • Add home view to testproj to list all views
  • Fix HTML of test views

v2.2.1

08 Aug 16:43
Compare
Choose a tag to compare
  • Minor change to README.md

v2.2.0

20 Aug 09:02
Compare
Choose a tag to compare

No build.

  • Breaking change, nulls_first=True and nulls_last=True are replaced by nulls=first | last.
    Thanks to @manderj.
  • Support of Django 4.1
  • Handle setting to raise 404 on invalid values for new 'nulls' option
  • Add more examples for Jinja
  • Various cleanup

v2.1.1

15 Apr 13:23
Compare
Choose a tag to compare
  • Fix deprecated import of Markup from Jinja2.

v2.1.0

15 Apr 13:06
Compare
Choose a tag to compare
  • Add sorting by nulls first or last by @manderj

v2.0.3

09 Nov 16:42
Compare
Choose a tag to compare
  • Added Django 4.0 support (David Smith)
  • Fix Jinja2 is required (#19)

v2.0.2

09 Nov 16:41
Compare
Choose a tag to compare
  • Fix missing other GET params in anchors
  • Fix path to jinja2 tags in testproj
  • Fix trailing commas in classifiers