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
Age
Commit message (
Expand
)
Author
2014-11-13
Fixed #23765 -- Removed BooleanField default check which often yielded false ...
Tim Graham
2014-11-12
Removed return from __init__.
Aymeric Augustin
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-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-06-29
Add missing spaces to implicitly joined strings
Ian Foote
2014-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-17
Fixed #22454 - Changed compatibility warning hint
Moayad Mardini
2014-04-10
Fixed #22194 -- Added --list-tags option to check command.
Tim Graham
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
Added backwards compatibliity checks to reference documentation.
Russell Keith-Magee
2014-03-03
Fixed #22193 -- Made hint a truly optional arugment on check messages.
Russell Keith-Magee
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-02-15
Fixed two typos.
Rodolfo Carvalho
2014-02-12
Reverting unapplied migrations check away from being a system-level check.
Andrew Godwin
2014-02-08
Remove check_migrations from the runserver command and use the new checks fra...
mlavin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-08
Refs #21197 -- Clarified upgrade check message.
Russell Keith-Magee
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee