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
/
check_framework
/
tests.py
Age
Commit message (
Expand
)
Author
2015-01-05
Fixed test failures introduced in refs #23861.
Tim Graham
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego GuimarĂ£es
2014-11-13
Fixed #23765 -- Removed BooleanField default check which often yielded false ...
Tim Graham
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-10-17
Fixed #23469 -- Removed test runner compatibility check which often yielded f...
Tim Graham
2014-10-16
Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.
Rigel Di Scala
2014-10-16
Minor cleanup in the check_framework test package.
Loic Bistuer
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-06-30
Added spaces to message from 4c39c270af91ddbc213e077fc06b4bf67c7c6e99.
Tim Graham
2014-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-04-18
Fixed a test failure introduced by 214d1e1b0f.
Simon Charette
2014-04-10
Fixed #22194 -- Added --list-tags option to check command.
Tim Graham
2014-03-03
Corrected expected test output to allow for cleanups in signal and compatibil...
Russell Keith-Magee
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-20
Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. o...
Carl Meyer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee