Releases: webstack/webstack-django-sorting
Releases · webstack/webstack-django-sorting
v2.2.1
08 Aug 16:43
Compare
Sorry, something went wrong.
No results found
Minor change to README.md
v2.2.0
20 Aug 09:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix deprecated import of Markup from Jinja2.
v2.1.0
15 Apr 13:06
Compare
Sorry, something went wrong.
No results found
Add sorting by nulls first or last by @manderj
v2.0.3
09 Nov 16:42
Compare
Sorry, something went wrong.
No results found
Added Django 4.0 support (David Smith)
Fix Jinja2 is required (#19 )
v2.0.2
09 Nov 16:41
Compare
Sorry, something went wrong.
No results found
Fix missing other GET params in anchors
Fix path to jinja2 tags in testproj
Fix trailing commas in classifiers
v2.0.1
24 Feb 13:45
Compare
Sorry, something went wrong.
No results found
Fix trailing commas in classifiers (setup.cfg)
v2.0.0
24 Feb 13:45
Compare
Sorry, something went wrong.
No results found
Add Jinja2 suppor t \o/
Modern Python packaging
Add note about django-tables2 in README
Add documentation for Jinja2
Include the space before the icon in settings
Simpler code to render anchor
Rename 'inverse' key to 'next' in SORT_DIRECTIONS
Move settings to one upper level
Use f-strings
Fix error handling in queryset sorting
Move sort_directions dict into dedicated file
Regenerate test project with Django 3.1
Remove support of Python 2 and upgrade to Django >=3.0
Various cleanups
v1.0.2
23 Sep 21:09
Compare
Sorry, something went wrong.
No results found
Fix cache issue with translatable anchors. Thanks Kim Wong.
Updated README.md
Updated setup.py
v1.0.1
01 Mar 16:10
Compare
Sorry, something went wrong.
No results found
Improved README
Don't return None when queryset is empty (closes #8 )