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