Commit 56f6348c authored by Simon Charette's avatar Simon Charette
Browse files

[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 b0bbccf6 from master.
parent 19ad7231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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