Skip to content

Commit

Permalink
[1.5.x] Fixed #19498 -- refactored auth documentation
Browse files Browse the repository at this point in the history
The auth doc was a single page which had grown unwieldy.
This refactor split and grouped the content into sub-topics.
Additional corrections and cleanups were made along the way.
  • Loading branch information
ptone committed Dec 28, 2012
1 parent 3cb87ec commit 8d1b190
Show file tree
Hide file tree
Showing 25 changed files with 2,914 additions and 2,780 deletions.
2 changes: 1 addition & 1 deletion docs/howto/deployment/wsgi/apache-auth.txt
Expand Up @@ -4,7 +4,7 @@ Authenticating against Django's user database from Apache


Since keeping multiple authentication databases in sync is a common problem when Since keeping multiple authentication databases in sync is a common problem when
dealing with Apache, you can configure Apache to authenticate against Django's dealing with Apache, you can configure Apache to authenticate against Django's
:doc:`authentication system </topics/auth>` directly. This requires Apache :doc:`authentication system </topics/auth/index>` directly. This requires Apache
version >= 2.2 and mod_wsgi >= 2.0. For example, you could: version >= 2.2 and mod_wsgi >= 2.0. For example, you could:


* Serve static/media files directly from Apache only to authenticated users. * Serve static/media files directly from Apache only to authenticated users.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.txt
Expand Up @@ -246,7 +246,7 @@ Common Web application tools
Django offers multiple tools commonly needed in the development of Web Django offers multiple tools commonly needed in the development of Web
applications: applications:


* :doc:`Authentication <topics/auth>` * :doc:`Authentication <topics/auth/index>`
* :doc:`Caching <topics/cache>` * :doc:`Caching <topics/cache>`
* :doc:`Logging <topics/logging>` * :doc:`Logging <topics/logging>`
* :doc:`Sending emails <topics/email>` * :doc:`Sending emails <topics/email>`
Expand Down
2 changes: 1 addition & 1 deletion docs/internals/git.txt
Expand Up @@ -134,7 +134,7 @@ part of Django itself, and so are no longer separately maintained:
of Django since the 0.95 release. of Django since the 0.95 release.


* ``multi-auth``: A refactoring of :doc:`Django's bundled * ``multi-auth``: A refactoring of :doc:`Django's bundled
authentication framework </topics/auth>` which added support for authentication framework </topics/auth/index>` which added support for
:ref:`authentication backends <authentication-backends>`. This has :ref:`authentication backends <authentication-backends>`. This has
been part of Django since the 0.95 release. been part of Django since the 0.95 release.


Expand Down
2 changes: 1 addition & 1 deletion docs/misc/api-stability.txt
Expand Up @@ -38,7 +38,7 @@ In general, everything covered in the documentation -- with the exception of
anything in the :doc:`internals area </internals/index>` is considered stable as anything in the :doc:`internals area </internals/index>` is considered stable as
of 1.0. This includes these APIs: of 1.0. This includes these APIs:


- :doc:`Authorization </topics/auth>` - :doc:`Authorization </topics/auth/index>`


- :doc:`Caching </topics/cache>`. - :doc:`Caching </topics/cache>`.


Expand Down
33 changes: 0 additions & 33 deletions docs/ref/authbackends.txt

This file was deleted.

0 comments on commit 8d1b190

Please sign in to comment.