jazzband / django-taggit

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

Update minimal dependency version of Django to 4.1 #876

Closed bartTC closed 8 months ago

bartTC commented 8 months ago

This is in line with the current test matrix. Fixes #875

codecov[bot] commented 8 months ago

Codecov Report

Merging #876 (28122ad) into master (ee1e98c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #876   +/-   ##
=======================================
  Coverage   92.31%   92.31%           
=======================================
  Files           9        9           
  Lines         729      729           
  Branches      131      131           
=======================================
  Hits          673      673           
  Misses         36       36           
  Partials       20       20           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

rtpg commented 8 months ago

@bartTC thanks for sending this in and signaling the original issue. I just released 5.0.1, which includes this fix as well as some more fixes (and a note in the release notes to make sure to not miss this in the future)