| Age | Commit message (Expand) | Author |
| 2009-04-01 | Fixed #9452. InlineModelAdmin docs now mention the right default for 'form'. | Joseph Kocherhans |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10367: Added note to generic-relation docs explaining when it's necess... | James Bennett |
| 2009-03-31 | Fixed #10612 -- Removed duplicate word in docs, patch from adamfast. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-30 | Fixed #9946 -- Removed redundant mention of needing to define `list_display`. | Gary Wilson Jr |
| 2009-03-24 | Fixed #10510 -- Added missing versionadded marker for formfield_for_foreignke... | Russell Keith-Magee |
| 2009-03-23 | Added 1.1 beta release notes. | Jacob Kaplan-Moss |
| 2009-03-23 | Reverted 10094 and 10095 (in favour of solution that will hopefully land for ... | Luke Plant |
| 2009-03-23 | Oops, added missing file from [10122]. | Jacob Kaplan-Moss |
| 2009-03-23 | Fixed #9282: added a generic comment moderation toolkit. See the documentatio... | Jacob Kaplan-Moss |
| 2009-03-23 | Fixed #10505: added support for bulk admin actions, including a globally-avai... | Jacob Kaplan-Moss |
| 2009-03-22 | Fixed #8962 -- Consistently support format and input_format in the various (i... | Karen Tracey |
| 2009-03-21 | Fixed #9958: split the `CommentForm` into a set of smaller forms. This for be... | Jacob Kaplan-Moss |
| 2009-03-19 | Added CSRF middleware to default settings and updated docs. | Luke Plant |
| 2009-03-17 | Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ... | Jacob Kaplan-Moss |
| 2009-02-24 | Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Ga... | Jacob Kaplan-Moss |
| 2009-02-23 | Fixed #8630: finished the custom comment app API that was left out of 1.0. Th... | Jacob Kaplan-Moss |
| 2009-02-22 | Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution. | Russell Keith-Magee |
| 2009-02-22 | Fixed #10030 -- Corrected a typo in a reference to the login_required decorat... | Russell Keith-Magee |
| 2009-02-22 | Fixed #10141 -- Added a missing import to the complex Feed example. Thanks to... | Russell Keith-Magee |
| 2009-02-21 | Fixed #10195 -- Fixed a ReST error in docs/ref/contrib/syndication.txt. Thank... | Adrian Holovaty |
| 2009-02-07 | Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views. | Luke Plant |
| 2009-01-16 | Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`: | Jacob Kaplan-Moss |
| 2009-01-14 | Fixed #6470: made the admin use a URL resolver. | Jacob Kaplan-Moss |
| 2009-01-12 | Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt. | Jacob Kaplan-Moss |
| 2009-01-12 | Fixed #9959: fixed comment documentation example showing how to get a preview. | Jacob Kaplan-Moss |
| 2008-12-08 | Edited ref/contrib/csrf.txt changes from [9554] | Adrian Holovaty |
| 2008-12-07 | Fixed #9705 -- Call the Netherlands by their real name in the localflavor | Malcolm Tredinnick |
| 2008-12-03 | Updated csrf docs with 'versionadded' info | Luke Plant |
| 2008-12-03 | New CsrfMiddleware features: automatic exceptions for known AJAX and decorato... | Luke Plant |
| 2008-11-15 | Fixed #9477 -- Removed and edited a bunch of references to "development | Malcolm Tredinnick |
| 2008-11-14 | Fixed #9507 -- Correct an example in the admin docs. Thanks, john_scott and | Malcolm Tredinnick |
| 2008-11-09 | Fixed #9556 - typos in syndication docs. Thanks sedden. | Karen Tracey |
| 2008-11-02 | Fixed #9497 - Doc typos. Many thanks ramiro. | Karen Tracey |
| 2008-11-01 | Fixed #9487 -- Corrected several links into the Python docs that were broken ... | Karen Tracey |
| 2008-10-05 | Fixed #9291 -- Tweaked a piece of example code slightly to set a good example | Malcolm Tredinnick |
| 2008-09-21 | Fixed #9149: Fixed reST error in syndication docs | James Bennett |
| 2008-09-18 | Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda... | Russell Keith-Magee |
| 2008-09-17 | Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think) | Adrian Holovaty |
| 2008-09-14 | Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffiel... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9078: Added commas to the example URLconf lines so that they can be ea... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9067: Added a note that you can register a model with the admin withou... | Russell Keith-Magee |
| 2008-09-09 | Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro | Adrian Holovaty |
| 2008-09-07 | Small wording improvements to sitemaps.txt | Adrian Holovaty |
| 2008-09-06 | Fixed #8727 -- Fixed broken link to Italian SSN page in localflavor.txt | Adrian Holovaty |
| 2008-09-06 | Fixed #8909 -- Fixed typo in contenttypes docs. Thanks, arien | Adrian Holovaty |
| 2008-09-03 | Fixed #8804: corrected URL example in sitemaps docs | James Bennett |
| 2008-09-02 | Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ... | Brian Rosner |
| 2008-09-02 | Fixed #7943: added documentation on overriding admin templates. Thanks, mwdiers | Jacob Kaplan-Moss |