Skip to content

A collection of fields and utilities to help make model fields more strict.

License

Notifications You must be signed in to change notification settings

Opus10/django-strict-fields

Repository files navigation

django-strict-fields

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.

Compatibility

django-strict-fields is compatible with Python 3.8 - 3.12 and Django 4.2 - 5.1.

Documentation

View the django-strict-fields docs here

Installation

Install django-strict-fields with:

pip3 install django-strict-fields

After this, add strict_fields to the INSTALLED_APPS setting of your Django project.

Contributing Guide

For information on setting up django-strict-fields for development and contributing changes, view CONTRIBUTING.md.

Primary Authors

  • @tomage: Tómas Árni Jónasson