diff options
| author | Preston Holmes <preston@ptone.com> | 2012-12-27 09:37:57 +0100 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2012-12-28 11:48:05 -0800 |
| commit | 8d1b1902488855e56c93f66d5a30b3ec746ff183 (patch) | |
| tree | 366a7cc82211f46daca23eef6b5c4e03ca204a7b /docs/topics/testing | |
| parent | 3cb87ec605fb9e7785aa0580bd8220797b622e0c (diff) | |
[1.5.x] Fixed #19498 -- refactored auth documentation
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.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/overview.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 7b096b420d..b748a1c7db 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -651,7 +651,7 @@ Use the ``django.test.client.Client`` class to make requests. .. method:: Client.login(**credentials) - If your site uses Django's :doc:`authentication system</topics/auth>` + If your site uses Django's :doc:`authentication system</topics/auth/index>` and you deal with logging in users, you can use the test client's ``login()`` method to simulate the effect of a user logging into the site. @@ -695,7 +695,7 @@ Use the ``django.test.client.Client`` class to make requests. .. method:: Client.logout() - If your site uses Django's :doc:`authentication system</topics/auth>`, + If your site uses Django's :doc:`authentication system</topics/auth/index>`, the ``logout()`` method can be used to simulate the effect of a user logging out of your site. |
