| Age | Commit message (Expand) | Author |
| 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 |
| 2011-07-04 | Fixed #16332 -- Added language template tag that switches the activate langua... | Jannis Leidel |
| 2011-06-28 | Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi... | Jannis Leidel |
| 2011-06-28 | Make the email parameter of User.objects.create_user optional. | Chris Beaven |
| 2011-06-26 | Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo... | Jannis Leidel |
| 2011-06-26 | Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev. | Jannis Leidel |
| 2011-06-26 | Fixed #16209 -- Added notes about the DVCS mirrors to the install docs. Thank... | Jannis Leidel |
| 2011-06-26 | Fixed #14390 and #16262 -- Moved password related functions from auth models ... | Jannis Leidel |
| 2011-06-26 | Fixed #14674 -- Prevent user accounts with an unusable password from resettin... | Jannis Leidel |
| 2011-06-25 | Fixed #16207 -- Enhanced documentation about user profile model instance crea... | Ramiro Morales |
| 2011-06-25 | Fixed #16214 -- Enhanced documentation about HTTP 404 and 500 status views an... | Ramiro Morales |
| 2011-06-25 | Its always good to get it's apostophe right. | Andrew Godwin |
| 2011-06-22 | Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s... | Carl Meyer |
| 2011-06-19 | Fixed #12202 -- Removed hardcoded password reset subject and added a subject_... | Jannis Leidel |
| 2011-06-19 | Added '.txt' to list of file extensions that the makemessages management comm... | Jannis Leidel |
| 2011-06-18 | Fixed typos introduced in r16430 and r16431. Thanks, magopian. | Jannis Leidel |
| 2011-06-17 | Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets... | Jannis Leidel |
| 2011-06-16 | Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect... | Jannis Leidel |
| 2011-06-16 | Fixed #16057 -- Extended deployment documentation with instructions for uWSGI... | Jannis Leidel |
| 2011-06-15 | Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan... | Jannis Leidel |
| 2011-06-15 | Added a few cross references to the i18n docs and documented pgettext and col... | Jannis Leidel |
| 2011-06-14 | Fixed #16248 -- Corrected a few typos in the security docs. Thanks, buddelkiste. | Jannis Leidel |
| 2011-06-11 | Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclop... | Timo Graham |
| 2011-06-11 | Fixed #16075 -- Corrected localize template tag docs. Thanks, Horst Gutmann. | Jannis Leidel |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-06-10 | Fixed #14201 - Add a "security overview" page to the docs | Luke Plant |
| 2011-06-10 | Fixed #16185, #15675 -- Added the ability for test runners to define custom o... | Russell Keith-Magee |
| 2011-06-09 | Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men... | Ramiro Morales |
| 2011-06-08 | Fixed #14614 - filtering of sensitive information in 500 error reports. | Luke Plant |
| 2011-06-08 | Deprecated legacy ways of calling cache_page | Luke Plant |