summaryrefslogtreecommitdiff
path: root/django/core/checks
AgeCommit message (Expand)Author
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-10-05Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne
2015-09-23Removed deprecated TEMPLATE_* settings per deprecation timeline.Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-09-21Refs #23813 -- Moved URLconfs into module and tidied docstrings.Alasdair Nicol
2015-09-21Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol
2015-09-18Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.Tom Christie
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-07-15Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.rroskam
2015-07-13Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...Daniel Roseman
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-02-09Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-13Fixed #23765 -- Removed BooleanField default check which often yielded false ...Tim Graham
2014-11-12Removed return from __init__.Aymeric Augustin
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-10-17Fixed #23469 -- Removed test runner compatibility check which often yielded f...Tim Graham
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-06-29Add missing spaces to implicitly joined stringsIan Foote
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-04-17Fixed #22454 - Changed compatibility warning hintMoayad Mardini
2014-04-10Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-03-03Corrected expected test output to allow for cleanups in signal and compatibil...Russell Keith-Magee
2014-03-03Added backwards compatibliity checks to reference documentation.Russell Keith-Magee
2014-03-03Fixed #22193 -- Made hint a truly optional arugment on check messages.Russell Keith-Magee
2014-03-03Edited model and field checks for grammar and consistency.Russell Keith-Magee
2014-02-15Fixed two typos.Rodolfo Carvalho
2014-02-12Reverting unapplied migrations check away from being a system-level check.Andrew Godwin
2014-02-08Remove check_migrations from the runserver command and use the new checks fra...mlavin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-08Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-06-25Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee