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