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
2016-06-06
[1.10.x] 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
2015-03-20
Fixed #24490 -- Set LogEntry.change_message when adding an object.
Karl Hobley
2015-03-19
Fixed #24417 -- Added ModelAdmin.get_list_select_related()
Loek van Gent
2015-03-11
Fixed #24467 -- Removed conditional inclusion of actions.js & prepopulate.js.
Anton Danilchenko
2015-02-25
Fixed #24411 -- Avoided dict key/method clash in admin delete views.
Tim Graham
2015-02-14
Fixed #15779 -- Allowed 'add' primary key in admin edition
Claude Paroz
2015-02-12
Fixed #24333 -- Fixed admin history view crash with non-integer slug.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed support for admin validators per deprecation timeline; refs #16905.
Tim Graham
2015-01-17
Removed ModelAdmin.get_formsets() per deprecation timeline; refs #20702.
Tim Graham
2015-01-17
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2015-01-17
Removed ModelAdmin.declared_fieldsets per deprecation timeline; refs #18681.
Tim Graham
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
[next]