summaryrefslogtreecommitdiff
path: root/tests/check_framework
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-6/+0
* 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-29/+0
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-27/+2
* Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz2016-12-292-1/+16
* Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz2016-12-231-2/+27
* Wrapped an import per isort.Tim Graham2016-12-211-1/+2
* Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester2016-12-213-1/+46
* Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.Tim Graham2016-12-191-42/+0
* Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.Raphael Michel2016-12-171-0/+22
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-2/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+4
* Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...Alasdair Nicol2016-09-191-0/+10
* Clarified URL regex check message with respect to include().Riccardo Magliocchetti2016-09-011-1/+7
* Fixed crash comparing CheckMessage objects to non-CheckMessage objects.Adam Chainz2016-08-161-0/+4
* Added tests for check Message equality.Adam Chainz2016-08-161-0/+14
* Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD.Ed Morley2016-08-101-0/+44
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-9/+2
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Removed usage of a few deprecated unittest assertions.Ville Skyttä2016-06-141-1/+2
* Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...Tim Graham2016-05-171-0/+17
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-52/+77
* Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol2016-04-302-1/+32
* Added an explicit test that URL checks are recursive.Alasdair Nicol2016-04-295-11/+20
* Fixed #26351 -- Added MySQL check to warn about strict mode optionClaude Paroz2016-04-081-0/+25
* Refs #26351 -- Added check hook to support database-related checksClaude Paroz2016-04-081-0/+33
* Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.Vincenzo Pandolfo2016-03-211-2/+57
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-122-24/+7