summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock2023-04-181-0/+47
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-185-2/+63
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-171-7/+89
* Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...Mariusz Felisiak2023-04-141-0/+18
* Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...Scott Macpherson2023-04-141-0/+10
* Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...nessita2023-04-131-0/+17
* Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subc...Mariusz Felisiak2023-04-121-9/+13
* Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...Mariusz Felisiak2023-04-121-13/+16
* Fixed #27505 -- Allowed customizing Paginator's error messages.Marcelo Galigniana2023-04-121-0/+28
* Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.sarahboyce2023-04-121-0/+7
* Fixed #34480 -- Fixed crash of annotations with Chr().Jacob Walls2023-04-111-1/+11
* Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce2023-04-101-0/+6
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+.Mariusz Felisiak2023-04-071-6/+1
* Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak2023-04-071-0/+12
* Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...Anders Kaseorg2023-04-071-0/+18
* Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette2023-04-071-0/+7
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-061-0/+6
* Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_...Mariusz Felisiak2023-04-062-21/+15
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.Mariusz Felisiak2023-04-051-1/+5
* Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette2023-04-051-0/+5
* Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.Simon Charette2023-04-041-0/+19
* Moved cache decorators tests into decorators/test_cache.py.Ben Lomax2023-04-042-101/+109
* Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss2023-04-032-0/+92
* Fixed #34445 -- Fixed string-casting of non-string lazy objects.Ran Benita2023-03-301-0/+4
* Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak2023-03-302-57/+4
* Fixed #34427 -- Improved error message when context processor does not return...David Sanders2023-03-291-1/+28
* Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak2023-03-281-1/+26
* Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.Mariusz Felisiak2023-03-281-2/+12
* Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel2023-03-281-0/+29
* Fixed #28384 -- Fixed ModelAdmin.lookup_allowed() for OneToOneField primary k...sarahboyce2023-03-281-0/+29
* Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the s...Tom Carrick2023-03-272-8/+10
* Refs #28948 -- Removed superfluous messages from cookie through bisect.David Wobrock2023-03-271-0/+20
* Refs #28948 -- Precomputed once serialized cookie messages.David Wobrock2023-03-271-2/+2
* Fixed typo in tests/messages_tests/test_cookie.py.David Wobrock2023-03-271-1/+1
* Fixed #34437 -- Made values() resolving error mention selected annotations.Simon Charette2023-03-251-0/+11
* Fixed #34077 -- Added form field rendering.David Smith2023-03-243-0/+55
* Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...David Wobrock2023-03-242-3/+17
* Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen2023-03-222-4/+57
* Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.Jure Slak2023-03-222-0/+14
* Refs #34434 -- Added assertion for cleaning 0-0-0 for forms.DateField.Jure Slak2023-03-221-0/+2
* Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator.Carlton Gibson2023-03-211-1/+0
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-216-12/+21
* Refs #33134, Refs #34077 -- Adjusted form rendering recursion test.David Smith2023-03-211-1/+1
* Fixed some typos in comments, docstrings, and tests.Liyang Zhang2023-03-205-5/+5
* Fixed #34420 -- Corrected the order of imports in generated migration files.Andy Chosak2023-03-201-1/+7
* Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak2023-03-181-46/+62
* Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...hb6h0572023-03-181-0/+15
* Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...sarahboyce2023-03-163-2/+111
* Refs #1873 -- Added test for IncorrectLookupParameters when list of values is...sarahboyce2023-03-161-0/+9
* Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."Mariusz Felisiak2023-03-151-2/+0