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
/
tests
/
model_validation
Age
Commit message (
Expand
)
Author
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
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
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
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-11-02
PEP8
Jason Myers
2013-11-02
Fixed #21375 -- related_name='+' clashed with other '+' names
Anssi Kääriäinen
2013-05-18
Fixes a Python 3.x regression introduced in a19e9d80
Łukasz Langa
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft