diff options
| author | Simon Charette <charette.s@gmail.com> | 2013-04-15 16:23:35 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2013-04-15 16:23:35 -0400 |
| commit | b0bbccf6307b0f4914eabd520467bc159d25923f (patch) | |
| tree | 6119f90b9c1bf856d11c76cfe0a6f6c003f35c15 | |
| parent | 53df89c0feca59517d407a6c35fdb16cb6349310 (diff) | |
Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.
Thanks to mossplix for the review and bmispelon for the review.
| -rw-r--r-- | docs/ref/class-based-views/generic-editing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views/generic-editing.txt b/docs/ref/class-based-views/generic-editing.txt index f3679287ad..1dbb427036 100644 --- a/docs/ref/class-based-views/generic-editing.txt +++ b/docs/ref/class-based-views/generic-editing.txt @@ -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 |
