Metadata-Version: 2.1
Name: django-strict-fields
Version: 1.2.1
Summary: A collection of fields and utilities to help make model fields more strict.
Home-page: https://github.com/Opus10/django-strict-fields
License: BSD-3-Clause
Author: Tomas Arni Jonasson
Requires-Python: >=3.8.0,<4
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: django (>=3)
Project-URL: Documentation, https://django-strict-fields.readthedocs.io
Project-URL: Repository, https://github.com/Opus10/django-strict-fields
Description-Content-Type: text/markdown

# 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](https://django-strict-fields.readthedocs.io) to get started.

## Compatibility

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

## Documentation

[View the django-strict-fields docs here](https://django-strict-fields.readthedocs.io/)

## 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](CONTRIBUTING.md).

## Primary Authors

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

