summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
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
2013-07-26Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-25Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-05-31Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no l...Loic Bistuer
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
2013-05-29Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponsesTim Graham
2013-05-19Made 2d309a70 compatible with Python 3.Aymeric Augustin
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko