| Age | Commit message (Expand) | Author |
| 2011-03-03 | Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ... | Russell Keith-Magee |
| 2011-03-03 | Corrected some typos from r14673. | Russell Keith-Magee |
| 2011-02-20 | Fixed #14529 -- Fixed representation of model names in admin messages after m... | Ramiro Morales |
| 2011-02-19 | Fixed #11513 -- Ensure that the redirect at the end of an object change won't... | Russell Keith-Magee |
| 2011-02-02 | Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict... | Alex Gaynor |
| 2011-01-28 | Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields | Luke Plant |
| 2011-01-20 | Poured a little more perfectionism into the delete-confirmation templates. | Carl Meyer |
| 2011-01-20 | Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo... | Carl Meyer |
| 2011-01-03 | Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c... | Russell Keith-Magee |
| 2011-01-02 | Fixed #2986 -- Made the JavaScript code that drives related model instance ad... | Ramiro Morales |
| 2011-01-02 | Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ... | Jannis Leidel |
| 2011-01-01 | Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|delete}_per... | Ramiro Morales |
| 2010-12-23 | Fix a security issue in the admin. Disclosure and new release forthcoming. | Alex Gaynor |
| 2010-12-21 | Rectified bugs that were accidentally committed in r14997. Thanks for the hea... | Jannis Leidel |
| 2010-12-21 | Fixed #14900 -- Added ability to override the paginator class used in a Model... | Jannis Leidel |
| 2010-12-12 | Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d... | Jannis Leidel |
| 2010-11-21 | Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c... | Alex Gaynor |
| 2010-11-21 | Removed some deprecated code that survived [14138]. | Alex Gaynor |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-10-29 | Remove several uses of the deprecated dict.has_key in favor of the in operato... | Alex Gaynor |
| 2010-10-13 | Fixed #14017 -- wrong comment on log_deletion method of ModelAdmin | Honza Král |
| 2010-10-12 | Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. | Chris Beaven |
| 2010-09-10 | Adding related objects in the admin (via popup) respects user | Malcolm Tredinnick |
| 2010-09-07 | Fixed #13081 - Admin actions lose get-parameters in changelist view | Luke Plant |
| 2010-08-06 | Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil... | Russell Keith-Magee |
| 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 |