#9944: Section 4: URLconf doesn't reflect the change at the end of section 3
----------------------------------------+-----------------------------------
          Reporter:  kurisuto           |         Owner:  gwilson    
            Status:  assigned           |     Milestone:  1.1        
         Component:  Documentation      |       Version:  1.0        
        Resolution:                     |      Keywords:  kkmegapatch
             Stage:  Ready for checkin  |     Has_patch:  1          
        Needs_docs:  0                  |   Needs_tests:  0          
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Changes (by gwilson):

  * owner:  nobody => gwilson
  * status:  new => assigned

Old description:

> At this location:
>
> http://docs.djangoproject.com/en/dev/intro/tutorial04/#intro-tutorial04
>
> ... is the following text:
>
> ''Now, let's create a Django view that handles the submitted data and
> does something with it. Remember, in Tutorial 3, we created a URLconf for
> the polls application that includes this line:
>
> '' (r'^(?P<poll_id>\d+)/vote/$', 'mysite.polls.views.vote'),
>

> However, if you follow the instructions at the end of the previous
> chapter under "Decoupling the URLconfs", then the line reads as follows
> at the current point in the tutorial:
>
> ''    (r'^(?P<poll_id>\d+)/vote/$', 'vote'),
>
> I imagine that someone added the "Decoupling the URLconfs" section later
> and didn't fully harmonize Tutorial 4 with this change.
>
> I searched to see if this has already been reported.  If it's there, I
> don't see it.

New description:

 At this location:

 http://docs.djangoproject.com/en/dev/intro/tutorial04/#intro-tutorial04

 ... is the following text:

 ''Now, let's create a Django view that handles the submitted data and does
 something with it. Remember, in Tutorial 3, we created a URLconf for the
 polls application that includes this line:''

 {{{(r'^(?P<poll_id>\d+)/vote/$', 'mysite.polls.views.vote'),}}}


 However, if you follow the instructions at the end of the previous chapter
 under "Decoupling the URLconfs", then the line reads as follows at the
 current point in the tutorial:

 {{{(r'^(?P<poll_id>\d+)/vote/$', 'vote'),}}}

 I imagine that someone added the "Decoupling the URLconfs" section later
 and didn't fully harmonize Tutorial 4 with this change.

 I searched to see if this has already been reported.  If it's there, I
 don't see it.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9944#comment:4>
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