Re: [Django] #9675: Docs about migrating from the old comment system: add note about urls.py

2009-05-09 Thread Django
#9675: Docs about migrating from the old comment system: add note about urls.py
+---
  Reporter:  automatthias   | Owner:  jacob
Status:  reopened   | Milestone:  1.1  
 Component:  Documentation  |   Version:  1.0  
Resolution: |  Keywords:   
 Stage:  Accepted   | Has_patch:  0
Needs_docs:  0  |   Needs_tests:  0
Needs_better_patch:  0  |  
+---
Comment (by automatthias):

 If I understand correctly, the issue reported is:

 "There is a bit of information that is not there in the docs, and it
 should be there."

 In other words, there is something to add to the
 [http://docs.djangoproject.com/en/dev/ref/contrib/comments/upgrade/
 migration documentation]. The bit to be added is (in quotes):

 """The entry from urls.py:
 {{{
 (r'^comments/', include('django.contrib.comments.urls.comments')),
 }}}
 Needs to be changed to:
 {{{
 (r'^comments/', include('django.contrib.comments.urls')),
 }}}
 """

-- 
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] #9675: Docs about migrating from the old comment system: add note about urls.py

2009-05-07 Thread Django
#9675: Docs about migrating from the old comment system: add note about urls.py
+---
  Reporter:  automatthias   | Owner:  jacob
Status:  reopened   | Milestone:  1.1  
 Component:  Documentation  |   Version:  1.0  
Resolution: |  Keywords:   
 Stage:  Accepted   | Has_patch:  0
Needs_docs:  0  |   Needs_tests:  0
Needs_better_patch:  0  |  
+---
Comment (by idangazit):

 That seems to be doubly incorrect, unless I'm missing something large
 here.

 The issue reported above is that the module path for including the
 comments urlconf was incorrect. I've grepped through the docs and found
 that problem fixed in r8557.

 The new issue that you bring up ("lack of mentions of the correct way to
 include urlconf") doesn't seem to be true, the correct urlconf gets
 prominent placement at the top of the comments docs in the
 [http://docs.djangoproject.com/en/dev/ref/contrib/comments/#quick-start-
 guide Quick Start Guide], and again in the documentation on
 [http://docs.djangoproject.com/en/dev/topics/http/urls/#including-other-
 urlconfs Including Other URLconfs].

 I don't see a natural place in any of the other comments docs for a re-
 mentioning of the URLconf. I think that the comments docs could use some
 expansion but barring that, don't know what to do with this ticket.

-- 
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] #9675: Docs about migrating from the old comment system: add note about urls.py

2009-05-07 Thread Django
#9675: Docs about migrating from the old comment system: add note about urls.py
+---
  Reporter:  automatthias   | Owner:  jacob
Status:  reopened   | Milestone:  1.1  
 Component:  Documentation  |   Version:  1.0  
Resolution: |  Keywords:   
 Stage:  Accepted   | Has_patch:  0
Needs_docs:  0  |   Needs_tests:  0
Needs_better_patch:  0  |  
+---
Changes (by automatthias):

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

Comment:

 idangazit, the lack of mentions of "(r'^comments/', ..." in the docs is
 the original problem reported here.

-- 
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] #9675: Docs about migrating from the old comment system: add note about urls.py

2009-05-07 Thread Django
#9675: Docs about migrating from the old comment system: add note about urls.py
+---
  Reporter:  automatthias   | Owner:  jacob
Status:  closed | Milestone:  1.1  
 Component:  Documentation  |   Version:  1.0  
Resolution:  fixed  |  Keywords:   
 Stage:  Accepted   | Has_patch:  0
Needs_docs:  0  |   Needs_tests:  0
Needs_better_patch:  0  |  
+---
Changes (by idangazit):

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

Comment:

 Looks like this was solved in r8557. Cannot find any references to
 `(r'^comments/', include('django.contrib.comments.urls.comments'))`
 anywhere in the docs; closing.

-- 
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] #9675: Docs about migrating from the old comment system: add note about urls.py

2009-02-26 Thread Django
#9675: Docs about migrating from the old comment system: add note about urls.py
+---
  Reporter:  automatthias   | Owner:  nobody
Status:  new| Milestone:  1.1   
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Accepted   | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by jacob):

  * stage:  Unreviewed => Accepted
  * milestone:  => 1.1

-- 
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] #9675: Docs about migrating from the old comment system: add note about urls.py

2008-11-24 Thread Django
#9675: Docs about migrating from the old comment system: add note about urls.py
+---
  Reporter:  automatthias   | Owner:  nobody
Status:  new| Milestone:
 Component:  Documentation  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Unreviewed | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by automatthias):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 The mentioned documentation page:
 http://docs.djangoproject.com/en/dev/ref/contrib/comments/upgrade/

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #9675: Docs about migrating from the old comment system: add note about urls.py

2008-11-24 Thread Django
#9675: Docs about migrating from the old comment system: add note about urls.py
---+
 Reporter:  automatthias   |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Documentation  | Version:  1.0   
 Keywords: |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 It's worth mentioning that the entry from urls.py:
 {{{
 (r'^comments/', include('django.contrib.comments.urls.comments')),
 }}}
 Needs to be changed to:
 {{{
 (r'^comments/', include('django.contrib.comments.urls')),
 }}}
 Looking at #8571 shows that many poeple have had this problem.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---