#15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt 
doc
----------------------+-------------------------------
 Reporter:  magopian  |          Owner:  nobody
     Type:  Bug       |         Status:  new
Milestone:            |      Component:  Documentation
  Version:  1.3       |       Severity:  Normal
 Keywords:            |   Triage Stage:  Unreviewed
Has patch:  1         |  Easy pickings:  1
----------------------+-------------------------------
 The documentation patch applied to fix #6581 ([16130] on trunk and [16131]
 on 1.3.X, git commit f3163a64b3940e3145090f6493849222ec052d0e) introduced
 a sphinx warning about a duplicate id {{{module-
 django.contrib.auth.views}}}.

 Indeed, the {{{.. module:: django.contrib.auth.views}}} id is present
 twice in the same file (line 879 and 1026 in {{{docs/topics/auth.txt}}}).

 I believe the second occurrence of the id should be replaced by {{{..
 currentmodule:: django.contrib.auth.views}}}, and i added a patch that
 does just that.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15942>
Django <http://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