index
:
chango.git
devmain
fix-31295
initial-branch
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
/
options.py
Age
Commit message (
Expand
)
Author
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2021-01-12
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2020-11-13
Unified admin action description generation.
Nick Pope
2020-10-13
Removed unnecessary check in BaseModelAdmin.get_view_on_site_url().
Marco Richetta
2020-09-11
Fixed #31993 -- Added subtitles to admin change/view pages.
Jon Dufresne
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-06-18
Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...
Alix
2020-05-14
Fixed #31524 -- Removed minified static assets from the admin.
Jon Dufresne
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-04-17
Fixed #30311 -- Restored ability to override global admin actions.
hashlash
2020-04-15
Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...
007
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-17
Optimized ModelAdmin._changeform_view() by avoiding multiple get_fieldsets() ...
Daniel Hahler
2019-12-02
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-11-26
Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...
Baptiste Mispelon
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-17
Fixed #27755 -- Added ModelAdmin.get_inlines() hook.
Hasan Ramezani
2019-03-30
Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...
Tim Graham
2019-03-08
Fixed #30243 -- Simplified ModelAdmin.render_change_form()'s has_file_field.
btknu
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-17
Refs #27991 -- Made obj a required argument of InlineModelAdmin.has_add_permi...
Tim Graham
2019-01-11
Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...
MaximZemskov
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-01
Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with no...
Tim Graham
2018-12-03
Fixed #29930 -- Allowed editing in admin with view-only inlines.
Carlton Gibson
2018-11-28
Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...
Basil Dubyk
2018-11-09
Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.
Matthias Kestenholz
2018-10-31
Fixed #29901 -- Allowed overriding an autocomplete/raw_id_fields/radio_fields...
Javier Matos Odut
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-08-30
Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't ...
Tim Graham
2018-08-18
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
mackong
2018-08-17
Fixed #29663 -- Made admin change view redirect to changelist with view permi...
Jon Dufresne
2018-08-17
Added ModelAdmin._response_post_save() to avoid code duplication.
Jon Dufresne
2018-08-16
Refs #8936 -- Added ModelAdmin.has_view_or_change_permission().
Jon Dufresne
2018-08-10
Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the ...
Clément Mangin
2018-06-18
Fixed #29419 -- Allowed permissioning of admin actions.
Carlton Gibson
2018-06-15
Fixed #29487 -- Accounted for object level permissions when calculating chang...
Paulo
2018-06-15
Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permissi...
Henk Kahlfuß
2018-06-13
Refs #29419, #8936 -- Removed change permission requirement for admin actions.
Carlton Gibson
2018-06-06
Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.
Tim Graham
2018-06-01
Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Adam Donaghy
2018-05-23
Fixed #29417 -- Corrected two admin page titles for view-only users.
Ramiro Morales
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-04-04
Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().
Jon Dufresne
2018-02-24
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
Becky Smith
2018-02-24
Removed using argument from admin's get_deleted_objects().
Tim Graham
2018-02-21
Removed unused opts argument from admin's get_deleted_objects().
Tim Graham
2018-02-07
Fixed #25790 -- Allowed disable column sorting in the admin changelist.
Alexander Gaevsky
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
[next]