summaryrefslogtreecommitdiff
path: root/django/core/checks/compatibility
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+10
* Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham2021-03-181-0/+18
* Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting.Tim Graham2017-01-171-17/+0
* Refs #25079 -- Removed obsolete system check for TEMPLATE_* settings.Tim Graham2017-01-171-27/+0
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-2/+2
* Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...Tim Graham2016-05-171-0/+17
* Removed deprecated TEMPLATE_* settings per deprecation timeline.Tim Graham2015-09-231-7/+4
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-231-1/+0
* Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...Daniel Roseman2015-07-132-0/+31
* Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham2015-02-092-36/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23765 -- Removed BooleanField default check which often yielded false ...Tim Graham2014-11-131-41/+0
* Fixed #23469 -- Removed test runner compatibility check which often yielded f...Tim Graham2014-10-171-75/+0
* Add missing spaces to implicitly joined stringsIan Foote2014-06-291-2/+2
* Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin2014-06-131-0/+36
* Fixed #22454 - Changed compatibility warning hintMoayad Mardini2014-04-171-1/+1
* Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham2014-04-101-2/+2
* Added backwards compatibliity checks to reference documentation.Russell Keith-Magee2014-03-031-1/+1
* Fixed two typos.Rodolfo Carvalho2014-02-151-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-202-82/+94
* 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 BooleanField does not...Alasdair Nicol2013-08-151-1/+28
* Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee2013-06-253-0/+76