1
0
mirror of https://github.com/django/django.git synced 2025-07-06 02:39:12 +00:00

[generic-auth] Fixed misspelling.

git-svn-id: http://code.djangoproject.com/svn/django/branches/generic-auth@4056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans 2006-11-08 23:55:18 +00:00
parent 948ce7fe03
commit f5569e9a74

View File

@ -109,7 +109,7 @@ created above.
>>> article.save()
Set up some convenient reverences to the various permission objects.
Set up some convenient references to the various permission objects.
>>> add_permission = Article._meta.get_add_permission()
>>> change_permission = Article._meta.get_change_permission()