Loading docs/ref/class-based-views/generic-editing.txt +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ editing content: .. note:: Some of the examples on this page assume that an ``Article`` model has been Some of the examples on this page assume that an ``Author`` model has been defined as follows in ``myapp/models.py``:: from django.core.urlresolvers import reverse Loading Loading
docs/ref/class-based-views/generic-editing.txt +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ editing content: .. note:: Some of the examples on this page assume that an ``Article`` model has been Some of the examples on this page assume that an ``Author`` model has been defined as follows in ``myapp/models.py``:: from django.core.urlresolvers import reverse Loading