v2.2.0
No build.
- Breaking change,
nulls_first=True
andnulls_last=True
are replaced bynulls=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