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