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
2015-10-29
[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field...
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
2014-12-31
Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().
Berker Peksag
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-12
Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.
Tim Graham
2014-12-11
Fixed typo in admin deprecation message.
Markus Amalthea Magnuson
2014-12-02
Fixed #23934 -- Fixed regression in admin views obj parameter.
Kamil Braun
2014-11-25
Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...
Simon Charette
2014-11-25
Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-10-10
Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.
Konrad Świat
2014-10-06
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Emmanuelle Delescolle
2014-09-26
Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.
Thomas Chaumeny
2014-09-08
Fixed #23431 -- Allowed inline and hidden references to admin fields.
Simon Charette
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-27
Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Simon Charette
2014-08-20
Prevented data leakage in contrib.admin via query string manipulation.
Simon Charette
2014-08-14
Fixed #20133 -- Added summary to admin deletion confirmation pages.
areski
2014-07-31
Fixed #13163 -- Added ability to show change links on inline objects in admin.
Nick Sandford
2014-07-05
Fixed various minor doc typos / references.
Daniel Hahler
2014-06-13
Fixed #6327 -- Added has_module_permission method to BaseModelAdmin
Maxime Turcotte
2014-06-02
Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with c...
Tim Graham
2014-05-16
Fixed #22266 - quote PK before redirecting away from add_view (django.contrib...
Stas Rudakou
[next]