summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-07-07Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...Shipeng Feng
2021-07-07Used more specific unittest assertions in tests.Mads Jensen
2021-07-06Added test for errors when saving timezone-aware times if not supported.abhiabhi94
2021-07-06Added more tests for parse_time().Keryn Knight
2021-07-06Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg
2021-07-05Fixed isolation of RouterTestCase.test_m2m_cross_database_protection().Mariusz Felisiak
2021-07-05Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman
2021-07-05Fixed isolation of test_filename_traversal_upload().Mariusz Felisiak
2021-07-05Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.Wu Haotian
2021-07-05Refs #28574 -- Added test for XML format output to Queryset.explain().Wu Haotian
2021-07-05Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.Eduardo Aldair Ahumada Garcia Jurado
2021-07-02Fixed #30934 -- Included database alias in django.db.backends log messages.Nick Pope
2021-07-02Fixed #28935 -- Fixed display of errors in extended blocks.cammil
2021-07-02Refs #26430 -- Re-introduced empty aggregation optimization.Simon Charette
2021-07-02Fixed #26430 -- Fixed coalesced aggregation of empty result sets.Simon Charette
2021-07-01Fixed #32893 -- Fixed serialization of models.Model class in migrations.abhiabhi94
2021-07-01Fixed #32889 -- Allowed per-request sync_to_async context in ASGIHandler .Allan Feldman
2021-07-01Refs #32144 -- Made makemessages remove temporary files on preprocessing error.Carlton Gibson
2021-07-01Fixed #32144 -- Made makemessages remove temporary files when locale path doe...Carlton Gibson
2021-06-30Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.Hannes Ljungberg
2021-06-30Refs #32885 -- Used _read_csrf_cookie()/_set_csrf_cookie() in more CSRF tests.Chris Jerdonek
2021-06-30Fixed #32885 -- Removed cookie-based token specific logic from CsrfViewMiddle...Chris Jerdonek
2021-06-29Refs #32655 -- Improved error if iter_test_cases() is passed a string.Chris Jerdonek
2021-06-29Refs #26430 -- Added tests for PostgreSQL-specific aggregates on EmptyQuerySe...Mariusz Felisiak
2021-06-29Refs #32843 -- Added CsrfViewMiddlewareTestMixin._get_csrf_cookie_request() h...Chris Jerdonek
2021-06-29Refs #32843 -- Added method/cookie arguments to CsrfViewMiddlewareTestMixin._...Chris Jerdonek
2021-06-29Refs #32843 -- Moved _get_GET_csrf_cookie_request() to CsrfViewMiddlewareTest...Chris Jerdonek
2021-06-29Fixed #32843 -- Ensured the CSRF tests' _get_GET_csrf_cookie_request() sets t...Chris Jerdonek
2021-06-29Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...abhiabhi94
2021-06-28Fixed #32807 -- Fixed JSONField crash when redisplaying None values.Dan Strokirk
2021-06-28Removed unnecessary json.loads() call in test_json_agg_empty().Nick Pope
2021-06-28Ensured that empty result test for JSONBAgg executes a query.Nick Pope
2021-06-28Corrected test method and variable names for JSONBAgg.Nick Pope
2021-06-28Refs #32800 -- Added CsrfViewMiddleware tests for all combinations of masked/...Chris Jerdonek
2021-06-28Refs #32800 -- Made CsrfViewMiddlewareTestMixin._csrf_id_cookie and _csrf_id_...Chris Jerdonek
2021-06-28Refs #32800 -- Eliminated the need for separate _get_POST_bare_secret() methods.Chris Jerdonek
2021-06-28Refs #32800 -- Added to csrf_tests/tests.py the unmasked version of the secret.Chris Jerdonek
2021-06-25Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman
2021-06-24Fixed ResourceWarning in test_client.tests.ClientTest.test_uploading_named_te...Mariusz Felisiak
2021-06-24Fixed #32727 -- Allowed spaces before time zone offset in parse_datetime().Ben Wilber
2021-06-23Fixed #32817 -- Added the token source to CsrfViewMiddleware's bad token erro...Chris Jerdonek
2021-06-23Refs #32817 -- Added tests for bad CSRF token provided via X-CSRFToken or cus...Chris Jerdonek
2021-06-23Refs #32817 -- Added post_token/meta_token/token_header arguments to _get_POS...Chris Jerdonek
2021-06-23Refs #32817 -- Combined the bad-or-missing CSRF token tests.Chris Jerdonek
2021-06-23Fixed #32790 -- Ensured test Client handles redirects to domain indexes witho...tomhamiltonstubber
2021-06-22Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.Nicolas Restrepo
2021-06-22Fixed #32863 -- Skipped system check for specifying type of auto-created prim...Hasan Ramezani
2021-06-22Refs #32338 -- Removed 'for ="..."' from RadioSelect's <label>.David Smith
2021-06-22Fixed #32870 -- Improved error message when URLconf is empty.Igor Fernandes
2021-06-22Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on Po...Mariusz Felisiak