| Age | Commit message (Expand) | Author |
| 2011-11-12 | Fix #17119: Update cache doc to match current implementation, which does (sin... | Karen Tracey |
| 2011-11-12 | Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio. | Julien Phalip |
| 2011-11-10 | Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report. | Aymeric Augustin |
| 2011-11-01 | Fixed #4027 - Document how to make copies of model instances | Luke Plant |
| 2011-11-01 | Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa... | Aymeric Augustin |
| 2011-10-30 | Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu... | Ramiro Morales |
| 2011-10-26 | Fixed a reference that was broken at r17026. | Aymeric Augustin |
| 2011-10-22 | Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1... | Aymeric Augustin |
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int... | Carl Meyer |
| 2011-10-19 | Fixed #14806 -- Added support for contextual translations to the `trans` and ... | Julien Phalip |
| 2011-10-17 | Fixed typo in my last commit. | Luke Plant |
| 2011-10-17 | Added warning about replay attacks when using the cookies backend for sessions. | Luke Plant |
| 2011-10-14 | Fixed #12308 -- Added tablespace support to the PostgreSQL backend. | Aymeric Augustin |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-10-13 | Removed a couple of notes associated with deprecated utilities from the local... | Ramiro Morales |
| 2011-10-11 | Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an... | Carl Meyer |
| 2011-10-10 | Removed use of non-standard indentation rules in docs, and the custom transfo... | Luke Plant |
| 2011-10-10 | Fixed a bunch of ReST errors that resulted in interpretation as block quotations | Luke Plant |
| 2011-10-08 | Fixed #17011 - Made override_settings modify a decorated class in-place rathe... | Carl Meyer |
| 2011-10-05 | Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj... | Luke Plant |
| 2011-10-04 | Fixed #16985 -- corrected a few grammar errors in the docs. | Alex Gaynor |
| 2011-10-03 | Added some sphinx cross-reference links to the built-in template tags and fil... | Julien Phalip |
| 2011-09-30 | Fixed doc references to `django.db.models.query.QuerySet` and converted some ... | Jannis Leidel |
| 2011-09-24 | Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py. | Ramiro Morales |
| 2011-09-22 | Fixed #16910 -- Misleading regex in urlpatterns inclusion docs. | Paul McMillan |
| 2011-09-22 | Fixed 11674 -- Clarified docs on excluded fields of ModelForms. | Paul McMillan |
| 2011-09-21 | Switch a few examples in the docs to use newstyle classes. | Alex Gaynor |
| 2011-09-21 | Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the re... | Simon Meers |
| 2011-09-18 | Fixed #13211 -- Added the `Group` API reference and a `Permission` API exampl... | Julien Phalip |
| 2011-09-16 | Fixed #16863 -- Corrected ReST markup to avoid errors building docs. | Carl Meyer |
| 2011-09-16 | Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e... | Carl Meyer |
| 2011-09-16 | Fixed #16094 -- Added missing colon in custom permissions docs. | Carl Meyer |
| 2011-09-13 | Fixed #16815 -- Rectified the code example for hidden_fields and visible_fiel... | Julien Phalip |
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`... | Ramiro Morales |
| 2011-09-11 | Fixed #16742 -- Provided code examples in the models documentation for access... | Julien Phalip |
| 2011-09-11 | Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers t... | James Bennett |
| 2011-09-11 | Fixed #16094: Added clear example of how to refer to custom permissions. | James Bennett |
| 2011-09-11 | Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n... | James Bennett |
| 2011-09-11 | Fixed #16293: Document a way to return dicts with column names from a DB cursor. | James Bennett |
| 2011-09-11 | Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo... | James Bennett |
| 2011-09-10 | Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_... | Alex Gaynor |
| 2011-09-10 | Fixed #16280. Document that both args and kwargs cannot be passed to reverse ... | Alex Gaynor |
| 2011-09-10 | Fixed #16793. Added more cross referencing to the load tag's documentation. ... | Alex Gaynor |
| 2011-09-10 | Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has... | Alex Gaynor |
| 2011-09-10 | Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite... | Alex Gaynor |
| 2011-09-10 | Added protection against spoofing of X_FORWARDED_HOST headers. A security ann... | Russell Keith-Magee |
| 2011-09-09 | Fixed #16786 -- Minor cleanups in the memcached section of the caching topic ... | Gabriel Hurley |
| 2011-09-09 | Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ... | Alex Gaynor |
| 2011-09-09 | Fixed #16384: warn against accessing request.POST/REQUEST in middleware. | Jacob Kaplan-Moss |
| 2011-09-08 | Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ... | Jannis Leidel |