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

Update django #779

Closed hramezani closed 2 years ago

hramezani commented 2 years ago

Django 4.0 is out and it's time to drop support for all versions older than the most recent LTS.

codecov[bot] commented 2 years ago

Codecov Report

Merging #779 (cd51816) into master (d083396) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #779   +/-   ##
=======================================
  Coverage   92.46%   92.46%           
=======================================
  Files           9        9           
  Lines         703      703           
  Branches      136      136           
=======================================
  Hits          650      650           
  Misses         35       35           
  Partials       18       18           
Impacted Files Coverage Δ
taggit/managers.py 95.34% <100.00%> (ø)
taggit/serializers.py 71.42% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d083396...cd51816. Read the comment docs.

hramezani commented 2 years ago

I think we can prepare a release after we merged this.