summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
2017-01-04Refs #2856 -- Removed redundant escaping in admin's "Perhaps it was deleted?"...Tim Graham
2017-01-03Fixed #2856 -- Replaced some 404s with messages in admin.Karen Tracey
2016-12-23Fixed #26543 -- Prevented "confirm form submission" browser prompt when reloa...Adonys Alea Boffill
2016-12-14Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott
2016-12-07Refs #17235 -- Made MultiPartParser leave request.POST immutable.Vinay Karanam
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-07Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa
2016-10-05Fixed #27273 -- Added a construct_change_message() admin utility function.Tim Graham
2016-10-04Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag
2016-10-01Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...Claude Paroz
2016-09-14Fixed #26170 -- Made ModelAdmin views run transactions on the correct database.Jibodeah
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-24Replaced property() usage with decorator in a couple places.Berker Peksag
2016-08-11Fixed #26919 -- Added the action form's media in the changelist view.Stanislav Karpov
2016-06-06Refs #16501, #26474 -- Added xregexp.js source file.Pyie Zone
2016-05-11Refs #24227 -- Partially reverted replacement of M2M isinstance checks by fie...Collin Anderson
2016-05-07Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...marysia
2016-04-20Fixed #16327 -- Redirected "Save as new" to change view instead of the change...Markus Amalthea Magnuson
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-21Fixed #26235 -- Handled ProtectedError in a POST to admin's delete_view().Akshesh
2016-03-19Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz
2016-02-01Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent ed...bphillips
2016-02-01Fixed incorrect permissions check for admin's "Save as new".Myk Willis
2016-01-30Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...Alexander Gaevsky
2016-01-09Refs #25165 -- Fixed JSON serialization for delete popup in the admin.Tim Graham
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2016-01-08Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.Alexander Gaevsky
2016-01-08Refs #25165 -- Fixed failure of admin's "Add another" popup to close.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-29Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...Tim Graham
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-11-19Fixed #19361 -- Added link to object's change form in admin's post-save message.Anton Baklanov
2015-10-29Fixed #25622 -- Accounted for generic relations in the admin to field validationSimon Charette
2015-09-11Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.Malcolm Box
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-07-02Fixed #24908 -- Fixed duplicate readonly field rendering.jpic
2015-06-07Moved jQuery to a vendor/jquery subdirectory.Trey Hunner
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-02Fixed #23387 -- Kept "Save as new" button after validation errors in admin.Adam Zapletal
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-03-30Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-23Removed redundant model instantiation in contrib.admin; refs #11390.TomV