Skip to content

v2.2.0

Compare
Choose a tag to compare
@stephane stephane released this 20 Aug 09:02
· 28 commits to main since this release

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