django/tests/model_options
Tom Forbes b5e12d490a Fixed -- Allowed specifying type of auto-created primary keys.
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
2020-12-15 11:25:46 +01:00
..
models Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
__init__.py
apps.py Fixed -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
test_default_pk.py Fixed -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
test_default_related_name.py Refs -- Removed support for model name query lookups when using Meta.default_related_name. 2017-01-17 20:52:03 -05:00
test_tablespaces.py Fixed -- Prevented SQLite schema alterations while foreign key checks are enabled. 2018-12-15 18:51:59 -05:00