summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2018-10-01Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...Carlton Gibson
2018-09-29[2.1.x] Updated translations from TransifexClaude Paroz
2018-09-25[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-08-30[2.1.x] Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() ...Tim Graham
2018-08-20[2.1.x] Fixed #29682 -- Fixed admin change form crash if a view-only model's ...Tim Graham
2018-08-17[2.1.x] Fixed #29663 -- Made admin change view redirect to changelist with vi...Jon Dufresne
2018-08-17[2.1.x] Added ModelAdmin._response_post_save() to avoid code duplication.Jon Dufresne
2018-08-17[2.1.x] Refs #8936 -- Added ModelAdmin.has_view_or_change_permission().Jon Dufresne
2018-08-10[2.1.x] Fixed #29637 -- Fixed admin change form crash if the user doesn’t h...Clément Mangin
2018-08-01[2.1.x] Updated contrib translations from TransifexClaude Paroz
2018-06-29[2.1.x] Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have eq...Claude Paroz
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use autocom...Carlton Gibson
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-15[2.1.x] Fixed #29487 -- Accounted for object level permissions when calculati...Paulo
2018-06-15[2.1.x] Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_...Henk Kahlfuß
2018-06-15[2.1.x] Refs #29428 -- Fixed admin check crash when using a query expression ...Tim Graham
2018-06-15[2.1.x] Fixed #29428 -- Fixed admin changelist crash when using a query expre...Tim Graham
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin...Carlton Gibson
2018-06-06[2.1.x] Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.Tim Graham
2018-06-01[2.1.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-05-27[2.1.x] Fixed #29417 -- Corrected two admin page titles for view-only users.Ramiro Morales
2018-05-18[2.1.x] Fixed #29414 -- Restored form inputs on admin inlines when the user d...Paulo Alvarado
2018-05-17Updated translation catalogsClaude Paroz
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-07Fixed #29370 -- Added choices to LogEntry.action_flag field.Nicolas Noé
2018-04-13Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.Matthias Kestenholz
2018-04-05Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne
2018-03-20Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.Nick Pope
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-17Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_...Hasan Ramezani
2018-03-15Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.Josh Schneier
2018-03-15Fixed #29219 -- Made admin filters use processed params rather than request.GET.David Sanders
2018-03-15Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin
2018-03-13Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang
2018-03-03Condensed some widgets code.Daniel Hahler
2018-03-01Refs #27728 -- Fixed thread safety of admin template tags.Carlton Gibson
2018-03-01Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham
2018-02-28Updated translations from TransifexClaude Paroz
2018-02-28Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2018-02-24Removed using argument from admin's get_deleted_objects().Tim Graham
2018-02-23Fixed #28635 -- Fixed admin's preserved filters if the URL contains non-ASCII...a8568730
2018-02-21Removed unused opts argument from admin's get_deleted_objects().Tim Graham
2018-02-15Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme
2018-02-14Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.Haki Benita
2018-02-14Made cosmetic edits to contrib.admin.filters.Tim Graham
2018-02-13Removed redundant filtering in date_hierarchy template tag.Haki Benita
2018-02-07Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky