summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34513 -- Added system check for relational fields in ↵Bakdolot2023-05-021-3/+4
| | | | ModelAdmin.list_display.
* Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak2023-04-261-8/+10
| | | | | Thanks Adam (ataylor32) for the report. Regression in 872b61193b013a700ff88cf50f0eb2cf2c266ff7.
* Replaced docutils link by PyPI reference.Claude Paroz2023-04-251-1/+1
|
* Updated admin's XRegExp to 5.1.1.Andreas Dickow2023-04-253-3955/+5286
|
* Fixed #34481 -- Added system check for reverse related fields in ↵Bakdolot2023-04-241-2/+5
| | | | ModelAdmin.list_display.
* 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
| | | Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute ↵Marcelo Galigniana2023-04-211-1/+1
| | | | when form is invalid.
* Fixed #34496 -- Fixed handling source maps with data URI in ↵Hielke Walinga2023-04-211-2/+2
| | | | | | ManifestStaticFilesStorage. Regression in 781b44240a06f0c868254f40f36ce46c927f56d1.
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-173-5/+27
| | | | Thank you Simon Meers for the initial patch.
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-061-4/+1
| | | | | | Thanks Patryk Zawadzki for the report. Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.
* Fixed Central Kurdish (Sorani) translations of date-related strings.Swara2023-04-042-11/+12
|
* Updated translations from Transifex.Mariusz Felisiak2023-04-03218-1471/+5877
| | | | Forwardport of fa687719321329f4e5017b7fc1b8cadae3c63c32 from stable/4.2.x.
* Refs #34383 -- Corrected margins in admin fieldsets with multiple fields on ↵Mariusz Felisiak2023-03-291-6/+0
| | | | | the same line on small screens. Regression in d687febce5868545f99974d2499a91f81a32fef5.
* Fixed overindentation of AdminURLFieldWidget.Tim Graham2023-03-291-17/+1
| | | Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
* Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel2023-03-282-11/+17
| | | | Regression in 298d02a77a69321af8c0023df3250663e9d1362d.
* Fixed #28384 -- Fixed ModelAdmin.lookup_allowed() for OneToOneField primary ↵sarahboyce2023-03-281-4/+6
| | | | keys and nested relations.
* Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the ↵Tom Carrick2023-03-276-30/+33
| | | | | | | | | | same line. Thanks Antonio Candido Nazareth junior for the report. Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Refs #28948 -- Removed superfluous messages from cookie through bisect.David Wobrock2023-03-271-11/+56
|
* Refs #28948 -- Precomputed once serialized cookie messages.David Wobrock2023-03-271-13/+42
| | | | | When the cookie size is too long, the same messages were serialized over and over again.
* Refs #34316 -- Fixed layout of admin password change forms and help texts ↵Mariusz Felisiak2023-03-242-1/+18
| | | | | | | | for RTL languages. Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd. Follow up to e67804668115fd388e7554c6a809bd409f70adfe and 39d1e45227e060746ed461fddde80fa2b6cf0dcd.
* Refs #32539 -- Fixed hide counts icon for RTL languages.Mariusz Felisiak2023-03-241-1/+1
| | | Bug in 868e2fcddae6720d5713924a785339d1665f1bb9.
* Refs #34316 -- Fixed displaying error lists in admin password change forms ↵Mariusz Felisiak2023-03-231-1/+2
| | | | | on small screens. Follow up to e67804668115fd388e7554c6a809bd409f70adfe.
* Refs #33781 -- Restored alignment for admin split-field timezone warnings ↵Mariusz Felisiak2023-03-231-1/+2
| | | | | for RTL languages. Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.
* Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator.Carlton Gibson2023-03-211-0/+9
| | | Bug in 0bd2c0c9015b53c41394a1c0989afbfd94dc2830.
* Updated source translation catalogs.Mariusz Felisiak2023-03-202-9/+11
| | | | Forwardport of 7e79fb35d4aebced5eda2f14f8d4314c73f558d2 from stable/4.2.x.
* Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak2023-03-181-22/+30
| | | Co-authored-by: Author: Claude Paroz <claude@2xlibre.net>
* Fixed #1873 -- Handled multi-valued query parameters in admin changelist ↵sarahboyce2023-03-163-14/+30
| | | | filters.
* Refs #1873 -- Used GET.lists() in admin filters.sarahboyce2023-03-163-18/+35
|
* Fixed #34407 -- Reported filename when decoding fails in collectstatic's ↵Claude Paroz2023-03-121-1/+4
| | | | post_process.
* Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya2023-03-091-1/+4
|
* Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak2023-03-092-61/+33
|
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-082-5/+28
| | | | | | Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7. Thanks Eric Zarowny for the report.
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-071-0/+11
|
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-0310-35/+229
| | | | | Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews.
* Fixed #34377 -- Fixed preserving query strings in AdminSite.catch_all_view().Dominique Bischof2023-03-031-1/+3
| | | | | | | Included full path when redirecting with append slash to include query strings. Regression in ba31b0103442ac891fb3cb98f316781254e366c3.
* Moved str() calls to DateFieldListFilter.choices().sarahboyce2023-03-021-12/+13
|
* Fixed #34338 -- Allowed customizing code of ValidationError in ↵Xavier Fernandez2023-02-231-4/+19
| | | | BaseConstraint and subclasses.
* Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez2023-02-231-1/+7
|
* Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize ↵David Buhler2023-02-211-4/+18
| | | | (features/introspection/ops)_class classes.
* Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre2023-02-171-7/+14
|
* Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level ↵Stefan Brand2023-02-171-1/+1
| | | | authority.
* Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ↵Stefan Brand2023-02-171-2/+6
| | | | | | | | None. force_bytes() turns None into the byte string b"None". Since ctypes.c_char_p() also accepts None, we can bypass force_bytes() if target is None.
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-163-7/+11
| | | | This adds "aria-label".
* Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce2023-02-134-8/+9
| | | | Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-082-8/+10
| | | | Added AdminSite.get_log_entries() as an override point and made this available to the template via each_context().
* Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot2023-02-081-1/+4
|
* Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ↵Nils VAN ZUIJLEN2023-02-071-2/+6
| | | | | | ArrayField. Thanks Simon Charette for the review.
* Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.Jacob Walls2023-02-071-7/+9
|
* Fixed #34301 -- Made admin's submit_row check add permission for "Save as ↵Frederic Mheir2023-02-071-1/+1
| | | | new" button.