Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/checks/registry.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-211-0/+1
| | | | | Thanks jwa and lamby for the suggestions, and timgraham and jarshwah for their reviews.
* Fixed #25034 -- Converted caches ImproperlyConfigured ↵Tom Christie2015-09-181-0/+1
| | | | error to a system check.
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+2
|
* Fixed #24922 -- Added system check for templates settingSergei Maertens2015-06-071-0/+1
| | | | | | If `'loaders'` is present in the `TEMPLATES` options together with `APP_DIRS` set to `True`, the template engine raises an exception. This conflict is now detected by the system check templates.E001.
* Fixed #23750 -- Allowed core.checks.register to be used ↵averybigant2014-11-111-5/+12
| | | | as a function
* Fixed #17101 -- Integrated django-secure and added check ↵Tim Graham2014-09-121-10/+22
| | | | | | | | | --deploy option Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
* Fixed #22194 -- Added --list-tags option to check command.Tim Graham2014-04-101-2/+4
| | | | Thanks Elvard for the patch.
* Fixed #22195 -- Used constants to define built-in tags ↵Tim Graham2014-04-101-0/+10
| | | | | | for check framework. Thanks Elvard for the patch.
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+2
| | | | | Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-201-0/+63
framework 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.