diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-09 07:50:47 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-09 07:50:47 -0500 |
| commit | 12562747508032725d4366c08b19dd26a8ce8a0c (patch) | |
| tree | 017ceb7d149984d2ca988b460a60c453d7aafd61 | |
| parent | 8099d33b6553c9ee7de779ae9d191a1bf22adbda (diff) | |
Removed stray comment in auth.views.
| -rw-r--r-- | django/contrib/auth/views.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/contrib/auth/views.py b/django/contrib/auth/views.py index deedb7f232..de76157bdc 100644 --- a/django/contrib/auth/views.py +++ b/django/contrib/auth/views.py @@ -25,9 +25,6 @@ from django.views.decorators.csrf import csrf_protect from django.views.decorators.debug import sensitive_post_parameters -# Avoid shadowing the login() and logout() views below. - - @sensitive_post_parameters() @csrf_protect @never_cache |
