This library is meant to help enforce stricter rules around using some of the basic model fields that Django provides. View the docs here to get started.
django-strict-fields
is compatible with Python 3.9 - 3.13 and Django 4.2 - 5.1.
View the django-strict-fields docs here
Install django-strict-fields
with:
pip3 install django-strict-fields
After this, add strict_fields
to the INSTALLED_APPS
setting of your Django project.
For information on setting up django-strict-fields for development and contributing changes, view CONTRIBUTING.md.
- @tomage: Tómas Árni Jónasson