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
/
registry.py
Age
Commit message (
Expand
)
Author
2018-09-03
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2018-02-26
Removed unnecessary setdefault() from CheckRegistry.register().
Mariusz Felisiak
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-08-24
Used sets for CheckRegistry.registered_checks and deployment_checks.
Sergey Fedoseev
2017-08-21
Removed need for hasattr(check, 'tags') in CheckRegistry.
Sergey Fedoseev
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-06
Fixed #24922 -- Added system check for templates setting
Sergei Maertens
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
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-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee