Fixed #19283 -- Fixed typo in imports in CBV docs.

This commit is contained in:
Aymeric Augustin 2012-11-13 20:46:29 +01:00
parent e27a43cc54
commit 00ff69a827
2 changed files with 7 additions and 7 deletions

View file

@ -16,8 +16,8 @@ editing content:
has been defined. For these cases we assume the following has been defined
in `myapp/models.py`::
from django import models
from django.core.urlresolvers import reverse
from django.db import models
class Author(models.Model):
name = models.CharField(max_length=200)