summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34513 -- Added system check for relational fields in ModelAdmin.list_d...Bakdolot2023-05-021-3/+4
* 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
* 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 #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 #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-211-1/+1
* Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...Hielke Walinga2023-04-211-2/+2
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-173-5/+27
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-061-4/+1
* Fixed Central Kurdish (Sorani) translations of date-related strings.Swara2023-04-042-11/+12
* Updated translations from Transifex.Mariusz Felisiak2023-04-03218-1471/+5877
* 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 #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
* 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
* Refs #34316 -- Fixed layout of admin password change forms and help texts for...Mariusz Felisiak2023-03-242-1/+18
* Refs #32539 -- Fixed hide counts icon for RTL languages.Mariusz Felisiak2023-03-241-1/+1
* Refs #34316 -- Fixed displaying error lists in admin password change forms on...Mariusz Felisiak2023-03-231-1/+2
* Refs #33781 -- Restored alignment for admin split-field timezone warnings for...Mariusz Felisiak2023-03-231-1/+2
* Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator.Carlton Gibson2023-03-211-0/+9
* Updated source translation catalogs.Mariusz Felisiak2023-03-202-9/+11
* Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak2023-03-181-22/+30
* Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...sarahboyce2023-03-163-14/+30
* Refs #1873 -- Used GET.lists() in admin filters.sarahboyce2023-03-163-18/+35
* Fixed #34407 -- Reported filename when decoding fails in collectstatic's post...Claude Paroz2023-03-121-1/+4
* 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
* 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
* Fixed #34377 -- Fixed preserving query strings in AdminSite.catch_all_view().Dominique Bischof2023-03-031-1/+3
* Moved str() calls to DateFieldListFilter.choices().sarahboyce2023-03-021-12/+13
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-4/+19
* Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez2023-02-231-1/+7
* Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler2023-02-211-4/+18
* Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre2023-02-171-7/+14
* Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...Stefan Brand2023-02-171-1/+1
* Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...Stefan Brand2023-02-171-2/+6
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-163-7/+11
* Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce2023-02-134-8/+9
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-082-8/+10
* Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot2023-02-081-1/+4
* Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN2023-02-071-2/+6
* 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 new...Frederic Mheir2023-02-071-1/+1