mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-01 04:04:52 +00:00
The `django-jsonfield` module is not maintained anymore and raises some errors with Django 4.0. So, as a recommendation in this package, and as Django 2.2 is still maintained, `django-jsonfield-backport` will do the job for the `JSONField` field. Ref #43 Ref #334
6 lines
110 B
Text
6 lines
110 B
Text
# Docs requirements
|
|
django>=3.2,<3.3
|
|
sphinx
|
|
sphinx_rtd_theme
|
|
psycopg2-binary
|
|
django-jsonfield-backport>=1.0.0
|