summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2011-06-04Fixed #15990 - Simplified a sentence regarding form validation for ModelForms...Timo Graham
2011-06-04Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-05-30Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-29Fixed #16120 -- Updated a few reference links in the docs after the contribut...Jannis Leidel
2011-05-23Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...Jannis Leidel
2011-05-23Fixes #16072 -- incorrect documentation for multiple expressions inside a blo...Chris Beaven
2011-05-22Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal.Timo Graham
2011-05-22Fixed #16021 - Minor documentation fixes for Generic Class Views; thanks Brad...Timo Graham
2011-05-21Tweaked some `render_to_response` links in the documentation.Ramiro Morales
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-20Tweaks to paginator documentation.Chris Beaven
2011-05-20Tidy up the sessions documentation creating links for session methods and cro...Chris Beaven
2011-05-18Fixed #16036 -- corrected the argument name for render_to_response in the ref...Gabriel Hurley
2011-05-18Fixed #16044 -- Corrected a copy-and-paste error in the opening paragraph of ...Gabriel Hurley
2011-05-18Correcting a typo and minor grammatical issues from [16237].Gabriel Hurley
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
2011-05-14Removed last vestiges of references to technical messages from documentation.Ramiro Morales
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers