| Age | Commit message (Expand) | Author |
| 2010-01-12 | Fixed #11794 - Typo in model manager documentation. Thanks, timo. | Jannis Leidel |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and ... | Adrian Holovaty |
| 2010-01-10 | Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ... | Adrian Holovaty |
| 2010-01-10 | Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev | Adrian Holovaty |
| 2010-01-10 | Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/ma... | Adrian Holovaty |
| 2010-01-10 | Fixed #12345 -- Fixed bug in db/models.txt. | Adrian Holovaty |
| 2010-01-10 | Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to ... | Adrian Holovaty |
| 2010-01-10 | Fixed #12161 -- Added escaping of a backslash in two generic-views.txt exampl... | Adrian Holovaty |
| 2010-01-10 | Fixed #12084 -- Documented the fact that QuerySet.update() returns the number... | Adrian Holovaty |
| 2010-01-10 | Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, brong... | Adrian Holovaty |
| 2010-01-10 | Fixed #11884 -- Clarified documentation to explain how to activate the built-... | Adrian Holovaty |
| 2010-01-10 | Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@... | Adrian Holovaty |
| 2010-01-09 | Minor formatting fixes for [12139] | Jannis Leidel |
| 2010-01-09 | Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou... | Adrian Holovaty |
| 2010-01-09 | Fixed #9638 - Added %(app_label)s to the related_name format string for abstr... | Jannis Leidel |
| 2010-01-09 | Negligible change to docs/topics/cache.txt so I can test something in the doc... | Adrian Holovaty |
| 2010-01-09 | Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro | Adrian Holovaty |
| 2010-01-09 | Edited docs/topics/db/multi-db.txt | Adrian Holovaty |
| 2010-01-09 | Removed ridiculous extra space around the title in docs/topics/db/aggregation... | Adrian Holovaty |
| 2010-01-08 | Added `using` to the list of documented arguments for save() on a model; upda... | Russell Keith-Magee |
| 2010-01-07 | Added docs on how syncdb and other management commands interact with multi-db. | Russell Keith-Magee |
| 2010-01-04 | Fixed #12053 - form examples don't validate according to w3c | Luke Plant |
| 2010-01-04 | Modified the way EMAIL_BACKEND is specified to make it consistent with the ne... | Russell Keith-Magee |
| 2010-01-01 | Fixed #12383 - Typo fix for authentication documentation. | Jannis Leidel |
| 2009-12-31 | Typo fix for doc added in r12034. Thanks Alex Gaynor. | Karen Tracey |
| 2009-12-31 | Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th... | Karen Tracey |
| 2009-12-26 | i18n documentation fixes: | Gary Wilson Jr |
| 2009-12-26 | Fixed several broken and redirecting URLs in the documentation (fixes #12219,... | Gary Wilson Jr |
| 2009-12-25 | Fixed #12447 -- Corrected a bad example in the multi-db docs. Thanks to Bryan... | Russell Keith-Magee |
| 2009-12-24 | Fixed #12426 -- Corrected typo in multi-db docs. Thanks to btbytes for the re... | Russell Keith-Magee |
| 2009-12-22 | Fixed #7980 - Improved i18n framework to support locale aware formatting (dat... | Jannis Leidel |
| 2009-12-22 | Documentation markup fixes. | Russell Keith-Magee |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-21 | Fixed #12409 -- Corrected some documentation typos in the docs on raw queryse... | Russell Keith-Magee |
| 2009-12-20 | Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer... | Jacob Kaplan-Moss |
| 2009-12-18 | Fixed #8145 - Documented the codenames of the default auth permissions | Jannis Leidel |
| 2009-12-18 | Corrected an example in the natural key serialization docs. Thanks to Alex Ga... | Russell Keith-Magee |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-12-14 | Fixed #7052 -- Added support for natural keys in serialization. | Russell Keith-Magee |
| 2009-12-13 | Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso... | Jacob Kaplan-Moss |
| 2009-12-10 | Fixed #11010 - Add a foundation for object permissions to authentication back... | Jannis Leidel |
| 2009-12-09 | Implemented 'smart if' template tag, allowing filters and various operators t... | Luke Plant |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-12-03 | Corrected spelling of e-mail (according to our standard). | Luke Plant |
| 2009-11-26 | Fixed #12267 -- Corrected a typo in the Email docs. Thanks to Thejaswi Puthra... | Russell Keith-Magee |
| 2009-11-23 | Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 re... | Russell Keith-Magee |
| 2009-11-19 | Corrected an inconsistency in the documentation regarding the way to specify ... | Russell Keith-Magee |
| 2009-11-16 | Fixed #5034 -- honor request.urlconf in reverse and resolve. | Brian Rosner |
| 2009-11-12 | Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu... | Russell Keith-Magee |