summaryrefslogtreecommitdiff
path: root/django/contrib/admin/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-161-3/+0
* Used more augmented assignment statements.Nick Pope2022-10-311-2/+2
* Removed unused InlineAdminForm.ordering_field().Mariusz Felisiak2022-08-091-5/+0
* Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon2022-04-061-2/+1
* Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/a...Baptiste Mispelon2022-02-151-0/+4
* Refs #33348 -- Made SimpleTestCase.assertFormsetErrors() raise an error when ...Baptiste Mispelon2022-02-141-0/+4
* Refs #33348 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...Baptiste Mispelon2022-02-141-0/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-91/+191
* Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell2021-09-181-1/+5
* Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...antoinehumbert2021-09-101-1/+11
* Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette2021-06-101-0/+7
* Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez2020-10-081-2/+21
* Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne2020-05-141-3/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Fixed #30520 -- Fixed crash of admin model inlines on custom fields without l...Jones Ambrosi2019-06-041-2/+7
* Fixed #30221 -- Made label suffix of admin's read-only fields translatable.Etienne Chové2019-02-281-1/+1
* Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo2018-11-201-0/+2
* Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...Carlton Gibson2018-10-011-0/+6
* Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham2018-08-201-1/+1
* Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.Claude Paroz2018-07-201-6/+1
* Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't h...Paulo Alvarado2018-05-181-3/+4
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-161-8/+19
* Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...Hasan Ramezani2018-03-171-3/+6
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-3/+2
* Fixed #28984 -- Made assorted code simplifications.Tim Graham2018-01-031-10/+9
* Fixed #28930 -- Simplified code with any() and all().Дилян Палаузов2017-12-261-4/+4
* Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...Vasiliy Bolshakov2017-11-301-1/+1
* Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe2017-07-201-1/+1
* Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...Paulo2017-06-121-1/+1
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-6/+3
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+3
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-3/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-6/+6
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-3/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.Tim Graham2017-01-171-13/+1
* Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz2016-11-251-2/+2
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin...Tim Graham2016-09-271-0/+16
* Fixed #27216 -- Corrected import location in admin deprecation messages.Jeff Willette2016-09-131-2/+2
* Replaced smart_* by force_* calls whenever possibleClaude Paroz2016-09-031-2/+2
* Replaced property() usage with decorator in several places.Berker Peksag2016-08-251-6/+6
* Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__i...Paulo2016-06-211-1/+1
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-34/+46
* Fixed #25465 -- Restored line breaks conversion in admin readonly fields.Alexander Gaevsky2015-12-291-0/+1
* Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey2015-12-211-0/+1
* Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe2015-12-101-2/+1
* Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger2015-12-051-1/+15
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-211-1/+10