django1/django/core/checks
Mariusz Felisiak 53d8646f79
Fixed #31141 -- Relaxed system check of translation settings for sublanguages.
Regression in 4400d8296d.

Thanks Enrique Matías Sánchez for the report.
2020-01-08 08:05:43 +01:00
..
compatibility Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting. 2017-01-17 20:52:05 -05:00
security Fixed #29406 -- Added support for Referrer-Policy header. 2019-09-09 13:35:41 +02:00
__init__.py Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format. 2018-09-03 10:43:55 +02:00
caches.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
database.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
messages.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
model_checks.py Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning. 2019-08-08 21:14:06 +02:00
registry.py Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format. 2018-09-03 10:43:55 +02:00
templates.py Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
translation.py Fixed #31141 -- Relaxed system check of translation settings for sublanguages. 2020-01-08 08:05:43 +01:00
urls.py Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00