summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_autofield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+3
* Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.Adam Johnson2021-04-081-1/+13
* Refs #32132 -- Added rel_db_type() tests for auto and integer fields.David-Wobrock2020-11-021-0/+3
* Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...Nick Pope2019-08-201-22/+22
* Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...Diederik van der Boor2019-08-051-0/+32