summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-05-02Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel
2010-04-19Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-13Also minify the JavaScript file for pre-populated form fields in the admin.Jannis Leidel
2010-04-13Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...Jannis Leidel
2010-04-07Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...Luke Plant
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-21Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...Jannis Leidel
2010-03-20Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...Karen Tracey
2010-03-01Fixed #12966 - Force unicode of verbose labels in admin change messages.Jannis Leidel
2010-03-01Fixed #12903 - Added plural forms to a few strings in the admin actions templ...Jannis Leidel
2010-02-26Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2010-02-23Fixed #12707. Admin action messages are no longer displayed when submitting l...Joseph Kocherhans
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-01-26Fixed #12282 - When paginated allow selecting all items in the admin changlist.Jannis Leidel
2010-01-26Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel
2010-01-12Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.Jannis Leidel
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-12-28Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect typeLuke Plant
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-18Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...Jannis Leidel
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-12-14Made the message strings added in r11837 visible to makemessages. Refs #12281.Karen Tracey
2009-12-12Fixed #12218: Added some helpful messages when Go is pressed in admin actions...Karen Tracey
2009-12-10Fixed #12349: Added missing unquote in admin history view. Thanks for the rep...Karen Tracey
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-08-13Fixed #11471: Fixed typo in a comment in admin options.py. Thanks adamv.Karen Tracey
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-05-08Fixed #10448: correcting errors on "save as new" now correctly create a new o...Jacob Kaplan-Moss
2009-05-07Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...Russell Keith-Magee
2009-05-05Fixed #10897 -- Modified use of ngettext to ungettext in admin change message...Russell Keith-Magee
2009-04-22Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...Jacob Kaplan-Moss
2009-04-08Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...Jacob Kaplan-Moss
2009-04-08Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ...Jacob Kaplan-Moss
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss
2009-04-01Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...Jacob Kaplan-Moss
2009-03-24Fixed #10600 -- Allow for format marker reordering in a translatable string.Malcolm Tredinnick
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-18Fixed #10533 -- Worked around an apparent limitation of xgettext.Malcolm Tredinnick
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss