Author: aaugustin
Date: 2012-03-20 14:04:57 -0700 (Tue, 20 Mar 2012)
New Revision: 17771
Modified:
django/trunk/django/contrib/auth/tests/models.py
Log:
Fixed a typo in my previous commit. Apologies.
Modified: django/trunk/django/contrib/auth/tests/models.py
===================================================================
--- django/trunk/django/contrib/auth/tests/models.py 2012-03-20 20:51:16 UTC
(rev 17770)
+++ django/trunk/django/contrib/auth/tests/models.py 2012-03-20 21:04:57 UTC
(rev 17771)
@@ -1,7 +1,7 @@
from django.conf import settings
from django.test import TestCase
from django.test.utils import override_settings
-svn from django.contrib.auth.models import (Group, User,
+from django.contrib.auth.models import (Group, User,
SiteProfileNotAvailable, UserManager)
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.