diff options
| author | Timo Graham <timograham@gmail.com> | 2011-05-03 10:22:49 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-05-03 10:22:49 +0000 |
| commit | a85cd1688b7a4468a4836b892f35480dc16ad331 (patch) | |
| tree | 961fb9873d9720970e593f282459561973bcca76 | |
| parent | c21d3afaef09f84e9512405d258d63d4111e68a8 (diff) | |
Fixed #15942 - removed duplicate module id in docs; thanks magopian.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 07928ccaee..266e713725 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -1023,7 +1023,7 @@ includes a few other useful built-in views located in Helper functions ---------------- -.. module:: django.contrib.auth.views +.. currentmodule:: django.contrib.auth.views .. function:: redirect_to_login(next[, login_url, redirect_field_name]) |
