index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
checks
/
model_checks.py
Age
Commit message (
Expand
)
Author
2025-06-11
Removed default value for app_configs in system check functions.
Adam Johnson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-05-02
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...
can
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2018-12-24
Fixed #20098 -- Added a check for model Meta.db_table collisions.
Sanyam Khurana
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2014-10-16
Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.
Rigel Di Scala
2014-04-10
Fixed #22195 -- Used constants to define built-in tags for check framework.
Tim Graham
2014-03-03
Corrected expected test output to allow for cleanups in signal and compatibil...
Russell Keith-Magee
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee