summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak2023-04-261-8/+10
* Replaced docutils link by PyPI reference.Claude Paroz2023-04-251-1/+1
* Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax2023-04-251-26/+44
* Updated admin's XRegExp to 5.1.1.Andreas Dickow2023-04-253-3955/+5286
* Fixed #34481 -- Added system check for reverse related fields in ModelAdmin.l...Bakdolot2023-04-241-2/+5
* Refs #33766 -- Removed sql.Query.build_filtered_relation_q().Simon Charette2023-04-242-32/+15
* Refs #33766 -- Removed unused Join.equals().Simon Charette2023-04-241-7/+0
* Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.Simon Charette2023-04-243-48/+58
* Refs #34462 -- Fixed queryset antipattern when processing object deletion.nessita2023-04-221-1/+1
* Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.Mariusz Felisiak2023-04-212-5/+0
* Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Petter Friberg2023-04-211-1/+3
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-212-1/+4
* Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...Hielke Walinga2023-04-211-2/+2
* Corrected exception type in safe_join()'s docstring.David Sanders2023-04-201-2/+2
* Added Irish locale formats.Michael J Walsh2023-04-192-0/+37
* Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock2023-04-183-0/+31
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-186-11/+54
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-173-5/+27
* Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...Mariusz Felisiak2023-04-141-3/+6
* Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...Scott Macpherson2023-04-141-1/+2
* Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...nessita2023-04-131-1/+2
* Fixed typo in ManagementUtility.autocomplete()'s docstring.Vitor [Bux]baum2023-04-131-2/+2
* Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subc...Mariusz Felisiak2023-04-122-26/+8
* Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...Mariusz Felisiak2023-04-123-27/+2
* Fixed #27505 -- Allowed customizing Paginator's error messages.Marcelo Galigniana2023-04-121-5/+22
* Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.sarahboyce2023-04-121-10/+11
* Fixed #34480 -- Fixed crash of annotations with Chr().Jacob Walls2023-04-111-0/+1
* Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce2023-04-102-2/+4
* Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak2023-04-071-1/+1
* Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...Anders Kaseorg2023-04-071-9/+8
* Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette2023-04-071-0/+3
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-061-4/+1
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.Mariusz Felisiak2023-04-051-0/+1
* Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette2023-04-051-1/+2
* Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.Simon Charette2023-04-041-1/+1
* Fixed Central Kurdish (Sorani) translations of date-related strings.Swara2023-04-044-21/+22
* Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss2023-04-031-3/+38
* Updated translations from Transifex.Mariusz Felisiak2023-04-03268-2198/+8360
* Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...Tim Graham2023-04-031-2/+1
* Fixed #34445 -- Fixed string-casting of non-string lazy objects.Ran Benita2023-03-301-8/+2
* Removed unused __bytes_cast_encoded() from proxy class in lazy().Ran Benita2023-03-301-3/+0
* Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak2023-03-301-52/+20
* Refs #34383 -- Corrected margins in admin fieldsets with multiple fields on t...Mariusz Felisiak2023-03-291-6/+0
* Fixed overindentation of AdminURLFieldWidget.Tim Graham2023-03-291-17/+1
* Fixed #34427 -- Improved error message when context processor does not return...David Sanders2023-03-291-1/+9
* Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak2023-03-281-0/+6
* Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.Mariusz Felisiak2023-03-281-1/+1
* Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel2023-03-282-11/+17
* Fixed #28384 -- Fixed ModelAdmin.lookup_allowed() for OneToOneField primary k...sarahboyce2023-03-281-4/+6
* Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the s...Tom Carrick2023-03-276-30/+33