index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
check_framework
/
test_model_checks.py
Age
Commit message (
Expand
)
Author
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-22
Fixed #32863 -- Skipped system check for specifying type of auto-created prim...
Hasan Ramezani
2021-05-18
Fixed #32733 -- Skipped system check for specifying type of auto-created prim...
Rust Saiargaliev
2021-05-18
Refs #31007 -- Added test for check for specifying type of auto-created prima...
Rust Saiargaliev
2021-01-21
Fixed #32367 -- Fixed system check for specifying type of auto-created primar...
Mariusz Felisiak
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2019-08-08
Fixed #30673 -- Relaxed system check for db_table collision when database rou...
Adnan Umer
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-05-02
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...
can
2018-12-24
Fixed #20098 -- Added a check for model Meta.db_table collisions.
Sanyam Khurana