django/docs/topics/http
Gary Wilson Jr 88837875f2 Auth-related doc cleanups:
* Added to documentation of missing characters from `allowed_chars` in `make_random_password`.
  * Fixed several long lines and word wraps.
  * Added a reference link to the "How to log a user in" section and made a later reference to this section an actual link using the `:ref:` directive.
  * Turned a command line code example into a code block.
  * Added attribute reference link for a ``request.META`` mention.
  * Added `code-block:: html` directives for HTML examples.
  * Corrected reference links for all the `auth.views` functions.
  * Added a few function signatures and documentation of optional parameters that were missing for some of the the `auth.views` functions (refs #10272).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-16 05:10:31 +00:00
..
_images
file-uploads.txt Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uploads' to be consistent with directory structure 2008-11-18 07:32:38 +00:00
generic-views.txt
index.txt
middleware.txt A few minor wording, whitespace, punctuation, and link changes for the middleware documentation. 2009-02-15 05:46:00 +00:00
sessions.txt Auth-related doc cleanups: 2009-02-16 05:10:31 +00:00
shortcuts.txt Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. 2008-09-02 03:40:42 +00:00
urls.txt Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and remove 2008-11-16 09:35:30 +00:00
views.txt