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
2014-08-27
[1.7.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...
Simon Charette
2014-08-20
[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.
Simon Charette
2014-07-05
[1.7.x] Fixed various minor doc typos / references.
Daniel Hahler
2014-06-02
[1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on field...
Tim Graham
2014-05-16
[1.7.x] Fixed #22266 - quote PK before redirecting away from add_view (django...
Stas Rudakou
2014-05-15
[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...
Anders Steinlein
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-04-07
[1.7.x] Fixed #21084 -- Used proxy model's content type for admin log entries.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().
Greg Chapple
2014-02-13
Fixed #21064 -- Refactored common logic in ModelAdmin.add_view and change_view.
Adam Avramov
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-09
Fixed #21771 -- Made log_deletion consistent with other log methods.
Alasdair Nicol
2014-02-01
Avoided importing models from django.contrib.admin.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-22
Used application verbose names in the admin.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
2013-11-21
Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
Claude Paroz
2013-11-21
Refs #8261 -- Fixed regression introduced by fd219fa.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-29
Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
Unai Zalakain
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-10-07
Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search."
Simon Charette
2013-10-07
Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.
Chris Adams
2013-10-03
Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', Si...
Anentropic
2013-10-02
Fixed #21129 -- Prevented admin filter params modifications from throwing an ...
tschilling
2013-10-01
Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...
Ramiro Morales
2013-09-20
Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.
tschilling
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-07
Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...
Juan Catalano
2013-09-07
Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...
Julien Phalip
2013-09-07
Add `response_delete` and `render_delete_form` methods to `ModelAdmin`
Pablo Mouzo
2013-09-06
Added AdminSite attributes for easily changing admin title.
Adrian Holovaty
2013-09-06
Fixed awkward indentation in admin URLconfs
Adrian Holovaty
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-22
Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choices
Lukasz Balcerzak
2013-08-04
Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.
Loic Bistuer
2013-08-04
Merge pull request #1432 from loic/modeladmin.get_search_results
Tim Graham
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-08-04
Moved get_search_results from BaseModelAdmin to ModelAdmin.
Loic Bistuer
2013-08-03
Added ModelAdmin.get_search_fields.
Loic Bistuer
2013-07-29
Fixed #14850 -- Cleaned up duplicate code in admin formset handling.
Tim Graham
[next]