jazzband / django-taggit

Simple tagging for django
https://django-taggit.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.34k stars 622 forks source link

Django 4.1 support #830

Closed dustinblanchard closed 2 years ago

dustinblanchard commented 2 years ago

Taggit is the last dependency blocking our update to Django 4.1. I see you have support merged into the main branch now, are there plans to release this soon?

rtpg commented 2 years ago

@dustinblanchard sorry for getting back at this.

First things first, the Django 4.1 release did not require code changes, so 3.0.0 should work with 4.1 out of the box (unless you're a stickler for PyPI classifiers). You can also do a pip install of what's on main (see this) by pointing to a specific commit. I try to make sure main is always "releasable", but don't push out releases until we have real code changes.

If you want the release, we should have one in the coming days though.