Skip to content

Releases: webstack/webstack-django-sorting

v3.1.1

02 Feb 11:16
90f4742

Choose a tag to compare

  • Fix typing issues
  • Fix ruff errors

v3.1.0

02 Feb 11:15
60317e4

Choose a tag to compare

  • Support of CSS classes to style ordering
  • Improve test coverage
  • New dedicated views to see CSS classes in action

v3.0.4

02 Feb 11:15
a14ecf9

Choose a tag to compare

  • Fix 'dir' should be an empty string when undefined
  • Use mypy and ruff
  • Add test dependencies
  • Typing

v3.0.3

02 Feb 09:44
a8012eb

Choose a tag to compare

  • Migraged from rye to uv
  • Supports Django 6

v3.0.2

10 Oct 13:10
a662915

Choose a tag to compare

Removed ipdb import. Thanks @zerolab

v3.0.1

10 Oct 13:09

Choose a tag to compare

Adjustments to GitHub CI

v3.0.0

20 Aug 08:57

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

Choose a tag to compare

  • Migrate library to rye

v2.3.1

15 Dec 11:36

Choose a tag to compare

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

v2.3.0

15 Dec 11:28

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