summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit 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 codebaseAlex 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-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-02-13Fixed #21064 -- Refactored common logic in ModelAdmin.add_view and change_view.Adam Avramov
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-09Fixed #21771 -- Made log_deletion consistent with other log methods.Alasdair Nicol
2014-02-01Avoided importing models from django.contrib.admin.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-22Used application verbose names in the admin.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-21Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21Refs #8261 -- Fixed regression introduced by fd219fa.Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-10-07Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search."Simon Charette
2013-10-07Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.Chris Adams
2013-10-03Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', Si...Anentropic
2013-10-02Fixed #21129 -- Prevented admin filter params modifications from throwing an ...tschilling
2013-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-09-20Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-07Add `response_delete` and `render_delete_form` methods to `ModelAdmin`Pablo Mouzo
2013-09-06Added AdminSite attributes for easily changing admin title.Adrian Holovaty
2013-09-06Fixed awkward indentation in admin URLconfsAdrian Holovaty
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-22Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choicesLukasz Balcerzak
2013-08-04Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.Loic Bistuer
2013-08-04Merge pull request #1432 from loic/modeladmin.get_search_resultsTim Graham
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-08-04Moved get_search_results from BaseModelAdmin to ModelAdmin.Loic Bistuer
2013-08-03Added ModelAdmin.get_search_fields.Loic Bistuer
2013-07-29Fixed #14850 -- Cleaned up duplicate code in admin formset handling.Tim Graham