| Age | Commit message (Expand) | Author |
| 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 |
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales |
| 2011-08-30 | Fixed #16717 -- Added ability to store result of trans template tag in contex... | Jannis Leidel |
| 2011-08-26 | Fixed documentation about use of salt parameter in signing functions. | Malcolm Tredinnick |
| 2011-08-26 | Added a bit to 'Saving ManyToMany Fields' explicitly explaining how to add mu... | Adrian Holovaty |
| 2011-08-23 | Fixed #15499 -- Ensure that cache control headers don't try to set public and... | Russell Keith-Magee |
| 2011-08-23 | Add the ability to do unordered comparisons in assertQuerysetEqual. | Malcolm Tredinnick |
| 2011-08-23 | Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ... | Russell Keith-Magee |
| 2011-08-22 | Minor Debian/Ubuntu install instruction update. | Malcolm Tredinnick |
| 2011-08-22 | Made documentation of ManyToManyField placement clearer (kind of). | Malcolm Tredinnick |
| 2011-08-21 | Fixed #16610 - Added more docs for template contexts in contrib.auth views; t... | Timo Graham |
| 2011-08-20 | Fixed #16654 - Syntax error in reverse() example; thanks jedie. | Timo Graham |
| 2011-08-20 | Fixed #16595 - Add pop() to session docs; thanks wilfred. | Timo Graham |
| 2011-08-18 | Fixed #16608 -- Clarified the description of the destroy_test_db method and c... | Gabriel Hurley |
| 2011-08-18 | Fixed #16467 -- Restored a previously correct example which was broken in [16... | Gabriel Hurley |
| 2011-08-13 | Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-08-13 | Fixed #16627 -- Fixed docs build warning. | Jannis Leidel |
| 2011-08-13 | Fixed #14503 -- Unified multiple implementations of test cases assert* method... | Ramiro Morales |
| 2011-08-12 | Fixed #4617 -- Added `raise_exception` option to `permission_required` decora... | Jannis Leidel |
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso... | Jannis Leidel |
| 2011-08-06 | Fixed #16430 - Stronger wording for CSRF protection in `modifying upload hand... | Timo Graham |
| 2011-08-06 | Fixed #16513 - Add forms import to example; thanks teraom. | Timo Graham |
| 2011-08-06 | Fixed #16528 - Documented test runner returns 1, regardless of the number of ... | Timo Graham |
| 2011-07-29 | Fixed #16467 -- Corrected formset code example. Thanks, teraom. | Jannis Leidel |
| 2011-07-29 | Fixes #16482 -- Fixes typo in security docs. Thanks, charettes. | Jannis Leidel |
| 2011-07-28 | Fixes #16532 -- Clearer explanation of how the test client expects HTTP heade... | Chris Beaven |
| 2011-07-17 | Grammar fixes and content tweaks to XSS section of security docs. | Luke Plant |
| 2011-07-10 | Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofi... | Simon Meers |
| 2011-07-10 | Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers. | Simon Meers |
| 2011-07-07 | Removed a redundant line from the cache_page docs | Luke Plant |
| 2011-07-06 | Improved warning about file uploads in docs, and added link from security ove... | Luke Plant |