mirror of https://github.com/django/django.git
21e559495b
This reduces duplication by allowing AutoField, BigAutoField and SmallAutoField to inherit from IntegerField, BigIntegerField and SmallIntegerField respectively. Doing so also allows for enabling the max_length warning check and minimum/maximum value validation for auto fields, as well as providing a mixin that can be used for other possible future auto field types such as a theoretical UUIDAutoField. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
test_custom_messages.py | ||
test_error_messages.py | ||
test_picklable.py | ||
test_unique.py | ||
test_validators.py | ||
tests.py |