From 412b4126d70939903df77a72223012b2c021c511 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 28 Jul 2016 11:56:25 -0400 Subject: [PATCH] Removed a blank line per isort and a trailing whitespace. --- docs/topics/auth/default.txt | 2 +- tests/auth_tests/urls_deprecated.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 5fd8ab45bd..70798db28e 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1475,7 +1475,7 @@ implementation details see :ref:`using-the-views`. will default to ``default_token_generator``, it's an instance of ``django.contrib.auth.tokens.PasswordResetTokenGenerator``. - * ``form_class``: Form that will be used to set the password. Defaults to + * ``form_class``: Form that will be used to set the password. Defaults to :class:`~django.contrib.auth.forms.SetPasswordForm`. * ``success_url``: URL to redirect after the password reset done. Defaults diff --git a/tests/auth_tests/urls_deprecated.py b/tests/auth_tests/urls_deprecated.py index 2881e7d9d5..49bb6adb25 100644 --- a/tests/auth_tests/urls_deprecated.py +++ b/tests/auth_tests/urls_deprecated.py @@ -3,7 +3,6 @@ from django.contrib import admin from django.contrib.auth import views from django.contrib.auth.decorators import login_required - # special urls for deprecated function-based views urlpatterns = [ url(r'^login/$', views.login, name='login'),