1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

multi-auth: Fixed broken ReST formatting.

git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@2926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans 2006-05-16 21:18:37 +00:00
parent 63df9c1da6
commit d659956cf5

View File

@ -700,5 +700,3 @@ class SettingsBackend:
return User.objects.get(pk=user_id)
except User.DoesNotExist:
return None
.. _django.contrib.auth.backends.SettingsBackend: http://code.djangoproject.com/browser/django/branches/magic-removal/django/contrib/auth/backends.py