Skip to content

Releases: webstack/webstack-django-sorting

v3.1.1

Choose a tag to compare

@stephane stephane released this 02 Feb 11:16
90f4742
  • Fix typing issues
  • Fix ruff errors

v3.1.0

Choose a tag to compare

@stephane stephane released this 02 Feb 11:15
60317e4
  • Support of CSS classes to style ordering
  • Improve test coverage
  • New dedicated views to see CSS classes in action

v3.0.4

Choose a tag to compare

@stephane stephane released this 02 Feb 11:15
a14ecf9
  • Fix 'dir' should be an empty string when undefined
  • Use mypy and ruff
  • Add test dependencies
  • Typing

v3.0.3

Choose a tag to compare

@stephane stephane released this 02 Feb 09:44
a8012eb
  • Migraged from rye to uv
  • Supports Django 6

v3.0.2

Choose a tag to compare

@stephane stephane released this 10 Oct 13:10
a662915

Removed ipdb import. Thanks @zerolab

v3.0.1

Choose a tag to compare

@stephane stephane released this 10 Oct 13:09

Adjustments to GitHub CI

v3.0.0

Choose a tag to compare

@stephane stephane released this 20 Aug 08:57

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

Choose a tag to compare

@stephane stephane released this 20 Aug 08:58
  • Migrate library to rye

v2.3.1

Choose a tag to compare

@stephane stephane released this 15 Dec 11:36

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

v2.3.0

Choose a tag to compare

@stephane stephane released this 15 Dec 11:28
  • 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