Metadata-Version: 2.1
Name: django-strict-fields
Version: 1.0.2
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.7.0,<4
Classifier: Framework :: Django
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 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: django (>=2)
Requires-Dist: importlib_metadata (>=4); python_version >= "3.7" and python_version < "3.8"
Project-URL: Documentation, https://django-strict-fields.readthedocs.io
Project-URL: Repository, https://github.com/Opus10/django-strict-fields
Description-Content-Type: text/x-rst

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.

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.rst <CONTRIBUTING.rst>`_.

Primary Authors
===============

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

