summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
2013-02-19[1.5.x] Checked object permissions on admin history view.Carl Meyer
2012-12-30[1.5.x] Added further flexibility to ModelAdmin for controlling post-save red...Julien Phalip
2012-12-24[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin...Julien Phalip
2012-12-08[1.5.x] Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield...Claude Paroz
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-28[1.5.x] Fixed a comment typo.Ramiro Morales
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...Julien Phalip
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
2012-10-18Fixed #8001 -- Made redirections after add/edit in admin customizable.Ramiro Morales
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Used six.with_metaclass wherever necessary.Aymeric Augustin
2012-07-21Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...Julien Phalip
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-07-01Fixed #18550 -- Ensured that the admin history view works with escaped primar...Julien Phalip
2012-06-05Ticket #17804 fix.martin.bohacek
2012-03-31Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...Julien Phalip
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