Re: [Django] #15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt doc

2011-05-03 Thread Django
#15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt 
doc
-+-
   Reporter:  magopian   |  Owner:  nobody
   Type:  Bug| Status:  closed
  Milestone: |  Component:  Documentation
Version:  1.3|   Severity:  Normal
 Resolution:  fixed  |   Keywords:
   Triage Stage:  Ready for  |  Has patch:  1
  checkin|Needs tests:  0
Needs documentation:  0  |  Easy pickings:  1
Patch needs improvement:  0  |
-+-

Comment (by timo):

 In [16143]:
 {{{
 #!CommitTicketReference repository="" revision="16143"
 [1.3.X] Fixed #15942 - removed duplicate module id in docs; thanks
 magopian.

 Backport of r16142 from trunk.
 }}}

-- 
Ticket URL: 
Django 
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.



Re: [Django] #15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt doc

2011-05-03 Thread Django
#15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt 
doc
-+-
   Reporter:  magopian   |  Owner:  nobody
   Type:  Bug| Status:  closed
  Milestone: |  Component:  Documentation
Version:  1.3|   Severity:  Normal
 Resolution:  fixed  |   Keywords:
   Triage Stage:  Ready for  |  Has patch:  1
  checkin|Needs tests:  0
Needs documentation:  0  |  Easy pickings:  1
Patch needs improvement:  0  |
-+-
Changes (by timo):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [16142]:
 {{{
 #!CommitTicketReference repository="" revision="16142"
 Fixed #15942 - removed duplicate module id in docs; thanks magopian.
 }}}

-- 
Ticket URL: 
Django 
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.



Re: [Django] #15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt doc

2011-05-01 Thread Django
#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
 Resolution: |   Keywords:
   Triage Stage:  Ready for  |  Has patch:  1
  checkin|Needs tests:  0
Needs documentation:  0  |  Easy pickings:  1
Patch needs improvement:  0  |
-+-
Changes (by jezdez):

 * stage:  Unreviewed => Ready for checkin


-- 
Ticket URL: 
Django 
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.



Re: [Django] #15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt doc

2011-05-01 Thread Django
#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
 Resolution:  |   Keywords:
   Triage Stage:  Unreviewed  |  Has patch:  1
Needs documentation:  0   |Needs tests:  0
Patch needs improvement:  0   |  Easy pickings:  1
--+---
Changes (by magopian):

 * cc: mathieu.agopian@… (added)
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


-- 
Ticket URL: 
Django 
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.



[Django] #15942: duplicate id "module-django.contrib.auth.views" in the topics/auth.txt doc

2011-05-01 Thread Django
#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: 
Django 
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.