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
/
invalid_models_tests
/
test_backend_specific.py
Age
Commit message (
Collapse
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-02-24
Fixed #31286 -- Made database specific fields checks databases aware.
Taoup
Follow up to 0b83c8cc4db95812f1e15ca19d78614e94cf38dd.
2017-07-11
Made assertions in invalid_models_tests consistent.
Adam Johnson
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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
Thanks to Tim for the review.
2015-08-12
Fixed #25172 -- Fixed check framework to work with multiple databases.
Ion Scerbatiuc
2015-01-17
Removed BaseDatabaseValidation.validate_field() per deprecation timeline.
Tim Graham
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.