You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Django 4.1 and drop support for < 3.2 (#86)
* Stop supporting older deprecated Django versions (2.2 and 3.1)
* Fix `Tag` name breaking in Django 4.1
Django underwent some refactoring with regards to how it's
tag names are generated and registered in the template library
* Officially support Django 4.1
0 commit comments