Version 3.3
-
Add
issuer_country
andsubject_country
toCertificate
class -
Use
re_path
for urls -
Replace all
ugettext_lazy
calls withgettext_lazy
-
Use
force_str
instead of theforce_text
which was removed in django 4.0 -
Update test matrix:
- Remove python 3.6 and 3.7
- Use latest poetry in CI
- Add python 3.9 and 3.11
- Add django 4.0 and 4.1
- Remove django 2.0