0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00
django/tests/check_framework
Tom Forbes b5e12d490a Fixed #31007 -- 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
..
urls
__init__.py
apps.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
models.py
test_async_checks.py
test_caches.py Fixed #32180 -- Added system check for file system caches absolute location. 2020-11-11 11:04:52 +01:00
test_database.py
test_model_checks.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
test_model_field_deprecation.py
test_multi_db.py
test_security.py Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenerated default keys. 2020-11-11 12:45:34 +01:00
test_templates.py
test_translation.py
test_urls.py
tests.py Ensured that registered checks accept keyword arguments. 2020-12-14 18:08:37 +01:00