| Age | Commit message (Expand) | Author |
| 2014-04-21 | [1.7.x] Corrected many style guide violations that the newest version of flak... | Alex Gaynor |
| 2013-12-30 | Stopped populating the app registry as a side effect. | Aymeric Augustin |
| 2013-12-24 | Renamed AppCache to Apps. | Aymeric Augustin |
| 2013-12-22 | Moved apps back in the toplevel django namespace. | Aymeric Augustin |
| 2013-12-22 | Terminated AppCache._populate() with extreme prejudice. | Aymeric Augustin |
| 2013-12-17 | Moved the new app cache inside core. | Aymeric Augustin |
| 2013-12-17 | Removed the _-prefix for populate(). | Aymeric Augustin |
| 2013-12-17 | Removed module-level functions for the app cache. | Aymeric Augustin |
| 2013-11-28 | Fixed E125 pep8 warnings | Christopher Medrela |
| 2013-11-02 | Fixed all E261 warnings | coagulant |
| 2013-10-31 | Started attackign the next flake8 violation | Alex Gaynor |
| 2013-10-29 | Fixed #8261 -- ModelAdmin hook for customising the "show on site" button | Unai Zalakain |
| 2013-10-14 | Fixed #21266 -- Fixed E201,E202 pep8 warnings. | Larry O'Neill |
| 2013-10-01 | Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ... | Ramiro Morales |
| 2013-09-16 | Fixed #17627 -- Renamed util.py files to utils.py | Tim Graham |
| 2013-06-19 | Removed several unused imports. | Aymeric Augustin |
| 2013-06-05 | Fixed #19080 -- Fine-grained control over select_related in admin | Tomek Paczkowski |
| 2013-05-19 | Fixed #12674 -- provide a way to override admin validation | Honza Kral |
| 2013-05-09 | Further removal of static admin validation that can fail erroneously | Luke Plant |
| 2013-05-09 | Removed fragile admin validation of fields on ModelForm | Luke Plant |
| 2013-02-02 | Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(... | Nick Sandford |
| 2011-09-08 | Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme... | Jannis Leidel |
| 2011-06-26 | Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb... | Jannis Leidel |
| 2011-05-24 | Fixed #16080 -- Handle admin list filter items with two characters better. Th... | Jannis Leidel |
| 2011-05-22 | Fix UnboundLocalError than could occur during ModelAdmin validation. | Karen Tracey |
| 2011-05-14 | Added ability to describe grouping of form fields in the same row to the `fie... | Ramiro Morales |
| 2011-05-03 | Fixed #5833 -- Modified the admin list filters to be easier to customize. Man... | Jannis Leidel |
| 2011-03-03 | Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ... | Russell Keith-Magee |
| 2011-02-26 | Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado... | Ramiro Morales |
| 2011-02-21 | Fixed #11058 - list_display_links doesn't allow callables not defined in the ... | Luke Plant |
| 2010-11-21 | Fixed #3400 -- Support for lookup separator with list_filter admin option. Th... | Honza Král |
| 2010-10-12 | Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. | Chris Beaven |
| 2010-09-26 | Fixed #13827 -- Cleaned up a few unnecessary function calls. | Jannis Leidel |
| 2010-03-27 | Fixed #13023 - Removed ambiguity with regard to the max_num option of formset... | Jannis Leidel |
| 2010-03-09 | Fixed #12689: Fixed admin validation to report an error on invalid exclude sp... | Karen Tracey |
| 2010-03-08 | Fixed #12481: Updated admin validation code to not reject non-editable fields... | Karen Tracey |
| 2010-01-23 | ModelAdmin.fields wasn't able to refer to fields only on a custom form | Brian Rosner |
| 2009-12-22 | Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo... | Brian Rosner |
| 2009-11-19 | Corrected a regression in validation of admin fieldsets with nested definitio... | Russell Keith-Magee |
| 2009-11-18 | Fixed #12237 -- Improved the error message for m2m fields with an explicit th... | Russell Keith-Magee |
| 2009-11-13 | Refs #12203 -- Improved error handling for the case where a user manually spe... | Russell Keith-Magee |
| 2009-10-23 | Moved _get_foreign_key call after testing for fk_name fixing a broken test. | Brian Rosner |
| 2009-10-19 | Moved the call to _get_foreign_key to run in all cases catching incorrect inl... | Brian Rosner |
| 2009-10-19 | Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t... | Brian Rosner |
| 2009-05-10 | Changed r10668 to not falsely error out when using generic inlines. | Malcolm Tredinnick |
| 2009-05-03 | Fixed #9932 -- Added a validation error when an inline tries to exclude the f... | Russell Keith-Magee |
| 2009-04-22 | Now that formsets guarentee ordering (see [10623]) we can remove the arbitrar... | Jacob Kaplan-Moss |
| 2009-04-06 | Made a bunch of improvements to admin actions. Be warned: this includes one m... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-23 | Fixed #10505: added support for bulk admin actions, including a globally-avai... | Jacob Kaplan-Moss |