Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/checks
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-051-2/+2
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-241-7/+4
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-1/+0
* Refs #23813 -- Moved URLconfs into module and tidied docs...Alasdair Nicol2015-09-221-5/+5
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-213-0/+90
* Fixed #25034 -- Converted caches ImproperlyConfigured err...Tom Christie2015-09-183-0/+20
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+2
* Fixed #24966 -- Added deployment system check for empty A...rroskam2015-07-151-0/+10
* Fixed #25079 -- Added warning if both TEMPLATES and TEMPL...Daniel Roseman2015-07-133-0/+32
* Sorted imports in __init__.py files.Tim Graham2015-06-271-9/+10
* Fixed #24922 -- Added system check for templates settingSergei Maertens2015-06-073-0/+25
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-3/+1
* Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham2015-02-103-37/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-8/+5
* Fixed #23765 -- Removed BooleanField default check which ...Tim Graham2014-11-132-42/+0
* Removed return from __init__.Aymeric Augustin2014-11-121-5/+5
* Fixed #23750 -- Allowed core.checks.register to be used a...averybigant2014-11-111-5/+12
* Fixed #23469 -- Removed test runner compatibility check w...Tim Graham2014-10-171-75/+0
* Fixed #23615 -- Validate that a Model instance's "check" ...Rigel Di Scala2014-10-161-9/+24
* Fixed #17101 -- Integrated django-secure and added check ...Tim Graham2014-09-126-10/+364
* Add missing spaces to implicitly joined stringsIan Foote2014-06-291-2/+2
* Fixed #22477 -- Removed contrib middleware from the globa...mlavin2014-06-132-0/+37
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22454 - Changed compatibility warning hintMoayad Mardini2014-04-181-1/+1
* Fixed #22194 -- Added --list-tags option to check command.Tim Graham2014-04-101-2/+4
* Fixed #22195 -- Used constants to define built-in tags fo...Tim Graham2014-04-104-7/+17
* Corrected expected test output to allow for cleanups in s...Russell Keith-Magee2014-03-031-2/+2
* Added backwards compatibliity checks to reference documen...Russell Keith-Magee2014-03-031-1/+1
* Fixed #22193 -- Made hint a truly optional arugment on ch...Russell Keith-Magee2014-03-031-1/+1
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-031-2/+2
* Fixed two typos.Rodolfo Carvalho2014-02-151-1/+1
* Reverting unapplied migrations check away from being a sy...Andrew Godwin2014-02-122-32/+0
* Remove check_migrations from the runserver command and us...mlavin2014-02-082-0/+32
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+2
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-206-82/+308
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-1/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee2013-10-081-4/+2
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-1/+28
* Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee2013-06-254-0/+76