#17599: Admindocs Example Misleading
-----------------------------------+--------------------
     Reporter:  mlavin             |      Owner:  nobody
         Type:  Bug                |     Status:  new
    Component:  contrib.admindocs  |    Version:  1.3
     Severity:  Normal             |   Keywords:
 Triage Stage:  Unreviewed         |  Has patch:  0
Easy pickings:  0                  |      UI/UX:  0
-----------------------------------+--------------------
 https://docs.djangoproject.com/en/1.3/ref/contrib/admin/admindocs/#model-
 reference states shows an example of using the
 {{{:model:`app_name.model_name`}}} reference in the doc string of a Model.
 However, this does not create the hyperlink as indicated by the prior
 section. As you can see in
 
[https://code.djangoproject.com/browser/django/tags/releases/1.3.1/django/contrib/admindocs/views.py#L272
 the view] the model's docstring is passed into the context without any
 addition parsing.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17599>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to