summaryrefslogtreecommitdiff
path: root/tests/check_framework/apps.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
|
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+10
This also changes the default type of auto-created primary keys for new apps and projects to BigAutoField.