Ticket #20262: article_to_author.diff

File article_to_author.diff, 561 bytes (added by Moses Mugisha, 11 years ago)

patch for ticket fix

  • docs/ref/class-based-views/generic-editing.txt

    diff --git a/docs/ref/class-based-views/generic-editing.txt b/docs/ref/class-based-views/generic-editing.txt
    index f367928..1dbb427 100644
    a b editing content:  
    1212
    1313.. note::
    1414
    15     Some of the examples on this page assume that an ``Article`` model has been
     15    Some of the examples on this page assume that an ``Author`` model has been
    1616    defined as follows in ``myapp/models.py``::
    1717
    1818        from django.core.urlresolvers import reverse
Back to Top