summaryrefslogtreecommitdiff
path: root/django/core/checks/compatibility
AgeCommit message (Expand)Author
2025-10-13Replaced multi-level relative imports with absolute imports in django/.lyova24
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-18Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham
2017-01-17Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting.Tim Graham
2017-01-17Refs #25079 -- Removed obsolete system check for TEMPLATE_* settings.Tim Graham
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2016-05-17Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...Tim Graham
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-07-13Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...Daniel Roseman
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-10-17Fixed #23469 -- Removed test runner compatibility check which often yielded f...Tim 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-04-17Fixed #22454 - Changed compatibility warning hintMoayad Mardini
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-03-03Added backwards compatibliity checks to reference documentation.Russell Keith-Magee
2014-02-15Fixed two typos.Rodolfo Carvalho
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