| Age | Commit message (Expand) | Author |
| 2010-11-26 | Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks adamv fo... | Timo Graham |
| 2010-11-26 | Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adamv for th... | Timo Graham |
| 2010-11-26 | Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi... | Jannis Leidel |
| 2010-11-26 | Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su... | Russell Keith-Magee |
| 2010-11-26 | Fixes #14743 - Add sphinx links and other cleanups to topics/http/urls.txt. T... | Timo Graham |
| 2010-11-24 | Fixed #14771 -- corrected a typo in the testing docs. Thanks to Christian Ou... | Alex Gaynor |
| 2010-11-24 | Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links in the t... | Gabriel Hurley |
| 2010-11-23 | Fixes #6739 -- better development installation docs. Thanks to Adam Vandenber... | Chris Beaven |
| 2010-11-22 | Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few... | Gabriel Hurley |
| 2010-11-21 | Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c... | Alex Gaynor |
| 2010-11-21 | Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_... | Honza Král |
| 2010-11-20 | Documented migration path for change object_list -> ListView regarding differ... | Luke Plant |
| 2010-11-20 | Corrected a markup problem with an example in the class-based view docs. Than... | Russell Keith-Magee |
| 2010-11-20 | Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll ... | Gabriel Hurley |
| 2010-11-20 | Fixed #14512 -- Added documentation on how to apply decorators to class-based... | Russell Keith-Magee |
| 2010-11-19 | Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t... | Russell Keith-Magee |
| 2010-11-18 | Added notes in old generic views howto about the new class based approach. | Luke Plant |
| 2010-11-17 | Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam fo... | Alex Gaynor |
| 2010-11-17 | Corrected some syntax issues in the docs. | Alex Gaynor |
| 2010-11-17 | Fixed #10004 and #12320 -- Enabled the makemessages management command to col... | Jannis Leidel |
| 2010-11-17 | Fixed a bunch of code examples in the form media documentation. | Jannis Leidel |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-12 | Fixed #14669 -- corrected an ungrammatical sentence in the internationalizati... | Gabriel Hurley |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-09 | Fixed typo in raw SQL docs example. | Ramiro Morales |
| 2010-11-07 | Completed and enhanced links to database-specific notes from the install docs. | Ramiro Morales |
| 2010-11-07 | Fixed #14636 -- corrected bad formatting in the docs, which was resulting in ... | Alex Gaynor |
| 2010-11-07 | Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs... | Gabriel Hurley |
| 2010-11-07 | Fixed #8325 -- Reorganization and expansion of the login_required decorator d... | Gabriel Hurley |
| 2010-11-06 | Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the t... | Gabriel Hurley |
| 2010-11-06 | Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks... | Alex Gaynor |
| 2010-11-04 | Fixed #14619 -- corrected a typo in the email docs. | Alex Gaynor |
| 2010-11-04 | Fixed typo in i18n docs. | Jannis Leidel |
| 2010-11-04 | Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz. | Jannis Leidel |
| 2010-10-31 | Fixed a typo in the class based views docs, thanks to lasko for the report. | Alex Gaynor |
| 2010-10-31 | Fixed #13503 -- Corrected misleading custom permission example in the docs. | Ramiro Morales |
| 2010-10-29 | Fixed #14181 -- Added a template tag and filters to allow localization to be ... | Russell Keith-Magee |
| 2010-10-29 | Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey! | Honza Král |
| 2010-10-28 | Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f... | Gabriel Hurley |
| 2010-10-27 | Edited docs/topics/testing.txt change from [14058] | Adrian Holovaty |
| 2010-10-24 | Fixed #11441 -- Improved signal topic guide, particularly regarding the weak ... | Gabriel Hurley |
| 2010-10-23 | Fixed #14537 -- Added documentation on where validators can be imported from ... | Gabriel Hurley |
| 2010-10-23 | Fixed #14173 -- Added sections about contrib apps-provided commands to django... | Ramiro Morales |
| 2010-10-22 | Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo... | Alex Gaynor |
| 2010-10-20 | Modified the implementation of get_object() to be consistent with the approac... | Russell Keith-Magee |
| 2010-10-19 | Fixed #10771 -- added support for using the transaction management functions ... | Alex Gaynor |
| 2010-10-19 | Fixed #14426 -- Removed "mysite" import statements from examples that might t... | Gabriel Hurley |
| 2010-10-18 | Fixed a mistaken link at the top of both class-based-views docs, and a "conte... | Gabriel Hurley |
| 2010-10-18 | Fixed three super() calls which used the wrong classes in the examples. Thank... | Gabriel Hurley |
| 2010-10-18 | PEP8 fix for some class-based views examples. Thanks to Peter Baumgartner for... | Chris Beaven |