Browse Source

Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.

Thanks to mossplix for the review and bmispelon for the review.
Simon Charette 12 năm trước cách đây
mục cha
commit
b0bbccf630
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/ref/class-based-views/generic-editing.txt

+ 1 - 1
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