summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2011-08-21Fixed #16610 - Added more docs for template contexts in contrib.auth views; t...Timo Graham
2011-08-20Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
2011-08-20Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
2011-08-18Fixed #16608 -- Clarified the description of the destroy_test_db method and c...Gabriel Hurley
2011-08-18Fixed #16467 -- Restored a previously correct example which was broken in [16...Gabriel Hurley
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-08-13Fixed #16627 -- Fixed docs build warning.Jannis Leidel
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-08-12Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...Jannis Leidel
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-08-06Fixed #16430 - Stronger wording for CSRF protection in `modifying upload hand...Timo Graham
2011-08-06Fixed #16513 - Add forms import to example; thanks teraom.Timo Graham
2011-08-06Fixed #16528 - Documented test runner returns 1, regardless of the number of ...Timo Graham
2011-07-29Fixed #16467 -- Corrected formset code example. Thanks, teraom.Jannis Leidel
2011-07-29Fixes #16482 -- Fixes typo in security docs. Thanks, charettes.Jannis Leidel
2011-07-28Fixes #16532 -- Clearer explanation of how the test client expects HTTP heade...Chris Beaven
2011-07-17Grammar fixes and content tweaks to XSS section of security docs.Luke Plant
2011-07-10Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofi...Simon Meers
2011-07-10Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.Simon Meers
2011-07-07Removed a redundant line from the cache_page docsLuke Plant
2011-07-06Improved warning about file uploads in docs, and added link from security ove...Luke Plant
2011-07-04Fixed #16332 -- Added language template tag that switches the activate langua...Jannis Leidel
2011-06-28Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-26Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...Jannis Leidel
2011-06-26Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.Jannis Leidel
2011-06-26Fixed #16209 -- Added notes about the DVCS mirrors to the install docs. Thank...Jannis Leidel
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-25Fixed #16207 -- Enhanced documentation about user profile model instance crea...Ramiro Morales
2011-06-25Fixed #16214 -- Enhanced documentation about HTTP 404 and 500 status views an...Ramiro Morales
2011-06-25Its always good to get it's apostophe right.Andrew Godwin
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-19Added '.txt' to list of file extensions that the makemessages management comm...Jannis Leidel
2011-06-18Fixed typos introduced in r16430 and r16431. Thanks, magopian.Jannis Leidel
2011-06-17Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets...Jannis Leidel
2011-06-16Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect...Jannis Leidel
2011-06-16Fixed #16057 -- Extended deployment documentation with instructions for uWSGI...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-15Added a few cross references to the i18n docs and documented pgettext and col...Jannis Leidel
2011-06-14Fixed #16248 -- Corrected a few typos in the security docs. Thanks, buddelkiste.Jannis Leidel
2011-06-11Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclop...Timo Graham
2011-06-11Fixed #16075 -- Corrected localize template tag docs. Thanks, Horst Gutmann.Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-10Fixed #14201 - Add a "security overview" page to the docsLuke Plant
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant