summaryrefslogtreecommitdiff
path: root/tests/check_framework
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed #32367 -- Fixed system check for specifying type of auto-create...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
* Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope2019-03-281-7/+11
* Fixed typo in tests/check_framework/test_translation.py comment.Nick Pope2019-03-091-1/+1
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-319-33/+32
* Fixed #20098 -- Added a check for model Meta.db_table collisions.Sanyam Khurana2018-12-241-0/+75
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-3/+2
* Fixed #29642 -- Added check for arguments of custom error handler views.Adam Johnson2018-09-143-1/+43
* Refs #29713 -- Improved error message from translation system check.Nick Pope2018-09-061-33/+35
* Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David2018-09-031-0/+39
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-39/+52
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-282-3/+3
* Fixed invalid escape sequence warning in check_framework test.Tim Graham2017-11-141-1/+1
* Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...Chris Lamb2017-11-075-0/+45
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-203-16/+36
* Added a checks test for valid i18n patterns.Tim Graham2017-09-202-0/+11
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+2
* Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...Tim Graham2017-03-031-0/+2
* Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.Chris Lamb2017-02-241-1/+8
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-0/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-8/+7
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-202-2/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-192-2/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1