summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
2012-03-17Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...Julien Phalip
2012-02-09Fixed #17239 -- Stopped an inconsitent and unneeded use of mark_safe in the M...Jannis Leidel
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2012-02-05Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...Julien Phalip
2012-02-05Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...Julien Phalip
2011-11-01Fixed #5704 - Admin popup windows won't close when using application/xhtml as...Luke Plant
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-26Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...Julien Phalip
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-09-21Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...Carl Meyer
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-08-12Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...Jannis Leidel
2011-08-12Fixed #16604 -- Use new save_related hook when saving objects on the changeli...Jannis Leidel
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-08-01Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th...Ramiro Morales
2011-07-30Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...Ramiro Morales
2011-07-30Fixed #16540 -- Fixed typo in InlineModelAdmin introduced in r16487 that brok...Jannis Leidel
2011-07-03Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...Jannis Leidel
2011-07-03Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-16Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...Ramiro Morales
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-05-05Fixed #15964 - Do not order admin actions by descriptionLuke Plant
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-03Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...Russell Keith-Magee
2011-03-03Corrected some typos from r14673.Russell Keith-Magee
2011-02-20Fixed #14529 -- Fixed representation of model names in admin messages after m...Ramiro Morales
2011-02-19Fixed #11513 -- Ensure that the redirect at the end of an object change won't...Russell Keith-Magee
2011-02-02Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict...Alex Gaynor
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant
2011-01-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-03Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c...Russell Keith-Magee
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2011-01-02Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...Jannis Leidel
2011-01-01Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|delete}_per...Ramiro Morales
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-21Rectified bugs that were accidentally committed in r14997. Thanks for the hea...Jannis Leidel
2010-12-21Fixed #14900 -- Added ability to override the paginator class used in a Model...Jannis Leidel
2010-12-12Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d...Jannis Leidel
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-11-21Removed some deprecated code that survived [14138].Alex Gaynor
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-10-29Remove several uses of the deprecated dict.has_key in favor of the in operato...Alex Gaynor