summaryrefslogtreecommitdiff
path: root/tests/check_framework
Commit message (Expand)AuthorAgeFilesLines
* Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak2022-10-031-10/+10
* Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak2022-07-261-101/+0
* Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak2022-07-266-42/+0
* Fixed #33855 -- Removed unnecessary system check calls from test worker initi...Mariusz Felisiak2022-07-191-0/+7
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-126-0/+42
* Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock2022-07-081-0/+101
* Fixed #33800 -- Fixed system check for the same template tag module in instal...Mariusz Felisiak2022-06-231-0/+13
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-0/+2
* Refs #33526 -- Made CSRF_COOKIE_SECURE/SESSION_COOKIE_SECURE/SESSION_COOKIE_H...Mariusz Felisiak2022-02-211-0/+26
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-074-11/+21
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0735-734/+997
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-1/+74
* Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne2021-10-2014-2/+109
* Fixed #32863 -- Skipped system check for specifying type of auto-created prim...Hasan Ramezani2021-06-221-0/+7
* Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...Carlton Gibson2021-06-151-0/+6
* Fixed #32195 -- Added system check for invalid view in path() and improved er...Angus Holder2021-06-092-0/+29
* Fixed #32733 -- Skipped system check for specifying type of auto-created prim...Rust Saiargaliev2021-05-181-0/+8
* Refs #31007 -- Added test for check for specifying type of auto-created prima...Rust Saiargaliev2021-05-181-0/+12
* Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a li...Mariusz Felisiak2021-04-211-0/+29
* Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc2021-03-301-0/+25
* Fixed #32260 -- Made View.as_view() do not use update_wrapper().Daniyal2021-03-305-6/+61
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal2021-03-191-0/+20
* Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham2021-03-181-0/+27
* Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach2021-01-221-0/+32
* Fixed #32367 -- Fixed system check for specifying type of auto-created primar...Mariusz Felisiak2021-01-211-12/+51
* Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani2021-01-121-3/+3
* Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani2021-01-121-0/+33
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-152-0/+67
* Ensured that registered checks accept keyword arguments.Adam Johnson2020-12-141-0/+8
* Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko2020-11-111-0/+7
* Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany2020-11-111-0/+27
* Fixed #31983 -- Added system check for file system caches location.christa2020-11-041-1/+62
* Combined MySQL backend server info queries.Adam Johnson2020-06-221-9/+11
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-031-6/+6
* Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson2020-04-152-2/+2
* Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...hashlash2020-04-011-0/+15
* Normalized check framework test pattern.Adam Johnson2020-03-213-159/+66
* Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak2020-03-031-1/+9
* Fixed #31286 -- Made database specific fields checks databases aware.Taoup2020-02-241-2/+2
* Refs #31055 -- Added --database option to the check management command.Simon Charette2020-02-072-33/+14
* Fixed #31141 -- Relaxed system check of translation settings for sublanguages.Mariusz Felisiak2020-01-081-5/+29
* Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope2019-09-091-0/+43
* Fixed #30673 -- Relaxed system check for db_table collision when database rou...Adnan Umer2019-08-081-2/+58
* Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...Adnan Umer2019-08-051-32/+0
* Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can2019-07-081-0/+66
* Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...can2019-05-021-1/+164
* Fixed #30318 -- Added check for importability of arguments of custom error ha...Alasdair Nicol2019-04-252-0/+29
* Refs #30241 -- Fixed BytesWarning emitted in test_translation tests.Jon Dufresne2019-04-241-3/+3
* Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.Matthias Kestenholz2019-04-241-9/+1
* Fixed #30241 -- Added more system checks of translation settings.Nick Pope2019-03-281-10/+59