index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
helpers.py
Age
Commit message (
Expand
)
Author
2025-08-19
Fixed #35892 -- Supported Widget.use_fieldset in admin forms.
antoliny0919
2025-04-17
Fixed #35959 -- Displayed password reset button in admin only when user has s...
Sarah Boyce
2024-11-07
Refs #23968 -- Removed unnecessary list comprehension in contrib.admin.helpers.
John Parton
2024-05-22
Fixed #35393 -- Added excluded pk as a hidden field to the inline admin.
Willem Van Onsem
2024-05-22
Fixed #35189 -- Improved admin collapsible fieldsets by using <details> eleme...
Marijke Luttekes
2024-02-26
Fixed #35241 -- Cached model's full parent list.
Adam Johnson
2023-02-16
Fixed #34045 -- Improved accessibility of selecting items in admin changelist.
Durval Carvalho
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-08-09
Removed unused InlineAdminForm.ordering_field().
Mariusz Felisiak
2022-04-06
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...
Baptiste Mispelon
2022-02-15
Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/a...
Baptiste Mispelon
2022-02-14
Refs #33348 -- Made SimpleTestCase.assertFormsetErrors() raise an error when ...
Baptiste Mispelon
2022-02-14
Refs #33348 -- Made SimpleTestCase.assertFormError()/assertFormsetErrors() ra...
Baptiste Mispelon
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-18
Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...
Ken Whitesell
2021-09-10
Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...
antoinehumbert
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...
saeedblanchette
2020-10-08
Fixed #31181 -- Added links to related models for admin's readonly fields.
Julien Rebetez
2020-05-14
Fixed #31524 -- Removed minified static assets from the admin.
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-06-04
Fixed #30520 -- Fixed crash of admin model inlines on custom fields without l...
Jones Ambrosi
2019-02-28
Fixed #30221 -- Made label suffix of admin's read-only fields translatable.
Etienne Chové
2018-11-20
Fixed #29953 -- Added CSS class to column headers in tabular inlines.
redodo
2018-10-01
Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...
Carlton Gibson
2018-08-20
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...
Tim Graham
2018-07-20
Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.
Claude Paroz
2018-05-18
Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't h...
Paulo Alvarado
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-03-17
Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...
Hasan Ramezani
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-11-30
Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media befo...
Vasiliy Bolshakov
2017-07-20
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-06-12
Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...
Paulo
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.
Tim Graham
2016-11-25
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-27
Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin...
Tim Graham
2016-09-13
Fixed #27216 -- Corrected import location in admin deprecation messages.
Jeff Willette
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-06-21
Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__i...
Paulo
[next]