diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 2caf4ca3d77..fce77733d37 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -246,7 +246,7 @@ example, you can create the ``can_publish`` permission for a ``BlogPost`` model in ``myapp``:: from myapp.models import BlogPost - from django.contrib.auth.models import Group, Permission + from django.contrib.auth.models import Permission from django.contrib.contenttypes.models import ContentType content_type = ContentType.objects.get_for_model(BlogPost)