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:28:30 -0400 |
| commit | 56f6348c5071c1a1aaea989a16d5055d24ab6740 (patch) | |
| tree | 9590e65320fd191698ba6e7a310b9a5de4575c73 /docs/ref | |
| parent | 19ad7231da25ac944a3515d61b0fe3cc83f2992a (diff) | |
[1.5.x] Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.
Thanks to mossplix for the review and bmispelon for the review.
Backport of b0bbccf from master.
Diffstat (limited to 'docs/ref')
| -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 |
