Releases: webstack/webstack-django-sorting
Releases · webstack/webstack-django-sorting
v2.0.3
- Added Django 4.0 support (David Smith)
- Fix Jinja2 is required (#19)
v2.0.2
- Fix missing other GET params in anchors
- Fix path to jinja2 tags in testproj
- Fix trailing commas in classifiers
v2.0.1
Fix trailing commas in classifiers (setup.cfg)
v2.0.0
- Add Jinja2 support \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
- Fix cache issue with translatable anchors. Thanks Kim Wong.
- Updated README.md
- Updated setup.py
v1.0.1
- Improved README
- Don't return None when queryset is empty (closes #8)
v1.0.0
- Now switching between ascending, descending, and no sorting
- Removed webstack_django_sorting.middleware.SortingMiddleware
- Fixed sorting on edge cases
- Django 1.10 support
- Improved Python 3 support
- Add first tests
v0.5.0
- Restore compatibility with Django v1.8 and lower
- Fix reading of README.rst with Python 3
- Cleanup in test project
0.4.3
- Compatibility with Django v1.9
- Better MANIFEST.in