nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
480 stars 68 forks source link

Update supported Python and Django versions #136

Closed yakky closed 2 years ago

yakky commented 2 years ago

Description

References

Fix #135

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #136 (6d16234) into develop (329a466) will decrease coverage by 1.97%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #136      +/-   ##
===========================================
- Coverage   100.00%   98.02%   -1.98%     
===========================================
  Files            5        8       +3     
  Lines          160      456     +296     
  Branches        15       53      +38     
===========================================
+ Hits           160      447     +287     
- Misses           0        6       +6     
- Partials         0        3       +3     
Flag Coverage Δ
unittests 97.80% <ø> (-1.57%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
meta/__init__.py 100.00% <0.00%> (ø)
meta/models.py 94.04% <0.00%> (ø)
meta/views.py 98.10% <0.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 5aed37d...6d16234. Read the comment docs.