summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2009/multidb] Merged up to trunk r11917.Alex Gaynor2009-12-191-1/+9
* [soc2009/multidb] Merged up to trunk r11900.Alex Gaynor2009-12-171-8/+9
* [soc2009/multidb] Modified admin to allow for multidb customization. Patch f...Alex Gaynor2009-12-171-10/+21
* [soc2009/multidb] Merged up to trunk r11864.Alex Gaynor2009-12-141-4/+4
* [soc2009/multidb] Merged up to trunk r11858.Alex Gaynor2009-12-131-0/+6
* [soc2009/multidb] Merged up to trunk r11810. There are many conflicts in thi...Alex Gaynor2009-12-121-1/+1
* [soc2009/multidb] Merged up to trunk r11804.Alex Gaynor2009-12-091-2/+3
* [soc2009/multidb] Merged up to trunk r11756.Alex Gaynor2009-11-211-4/+10
* [soc2009/multidb] Merged up to trunk r11467.Alex Gaynor2009-08-181-1/+1
* [soc2009/multidb] Merged up to trunk r11251.Alex Gaynor2009-07-161-10/+14
* Fixed #10448: correcting errors on "save as new" now correctly create a new o...Jacob Kaplan-Moss2009-05-081-2/+2
* Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...Russell Keith-Magee2009-05-071-1/+1
* Fixed #10897 -- Modified use of ngettext to ungettext in admin change message...Russell Keith-Magee2009-05-051-27/+27
* Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...Jacob Kaplan-Moss2009-04-221-2/+6
* Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...Jacob Kaplan-Moss2009-04-081-3/+4
* Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ...Jacob Kaplan-Moss2009-04-081-0/+12
* Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss2009-04-061-86/+84
* Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...Jacob Kaplan-Moss2009-04-011-2/+2
* Fixed #10600 -- Allow for format marker reordering in a translatable string.Malcolm Tredinnick2009-03-241-13/+13
* Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss2009-03-231-3/+191
* Fixed #10533 -- Worked around an apparent limitation of xgettext.Malcolm Tredinnick2009-03-181-114/+117
* Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss2009-03-171-3/+71
* Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee2009-03-101-4/+25
* Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss2009-01-161-83/+99
* Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss2009-01-141-96/+145
* Fixed #8910 -- Added force_unicode during admin log message creation to avoid...Karen Tracey2008-11-101-3/+3
* Fixed #9506 take 2 -- Marked the message properly for translation, in both pl...Karen Tracey2008-11-061-2/+2
* Fixed #9506 -- Marked error string for translation.Karen Tracey2008-11-061-1/+1
* Display non_field_errors of inline forms in the admin. This was a presentatio...Brian Rosner2008-10-211-1/+2
* Fixed #9171 -- Fixed a few places where we were assuming lists instead ofMalcolm Tredinnick2008-09-271-2/+2
* Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...Karen Tracey2008-09-181-1/+1
* Changed a slightly suspicious usage of request.POST to request.method == 'POST'.Malcolm Tredinnick2008-09-171-1/+1
* Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...Adrian Holovaty2008-09-081-13/+4
* Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner2008-09-021-0/+11
* Fixed `ModelAdmin.radio_fields` to work with the new `TypedChoiceField`.Jacob Kaplan-Moss2008-08-311-6/+6
* Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to th...Brian Rosner2008-08-311-2/+0
* Properly reference FieldDoesNotExist as it does not exist in global of django...Brian Rosner2008-08-291-1/+1
* Fixed some edge-case error handling from [8699]. Thanks, gkelly.Malcolm Tredinnick2008-08-291-1/+1
* Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...Brian Rosner2008-08-291-3/+3
* Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.Jacob Kaplan-Moss2008-08-291-1/+11
* Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss2008-08-281-0/+5
* Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...Brian Rosner2008-08-251-0/+2
* Fixed #8367 -- Pass the object to get_form from get_fieldsets in ModelAdmin. ...Brian Rosner2008-08-231-1/+1
* Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner2008-08-231-0/+4
* Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...Brian Rosner2008-08-221-1/+4
* Moved admin form helpers to their own module to clean-up django/contrib/admin...Brian Rosner2008-08-181-154/+8
* Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...Brian Rosner2008-08-151-7/+20
* Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...Brian Rosner2008-08-151-0/+2
* Fixed #957 -- prepopulated_fields now works correctly on inlines.Brian Rosner2008-08-151-1/+9
* Fixed media creation in the add_view. It was not pulling media from the corre...Brian Rosner2008-08-151-2/+1