mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
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 | ||