#8864: url example regex typo in '1.0-porting guide'
-------------------------------------------+--------------------------------
 Reporter:  cactus <[EMAIL PROTECTED]>  |       Owner:  nobody    
   Status:  new                            |   Milestone:            
Component:  Uncategorized                  |     Version:  1.0       
 Keywords:                                 |       Stage:  Unreviewed
Has_patch:  0                              |  
-------------------------------------------+--------------------------------
 The following text appears:
 {{{
 Previously, those patterns would have been redirected to have a trailing
 slash.
 If you always want a slash on such URLs, rewrite the pattern as:

 r'/some_prefix/(.*/)$'
 }}}

 Seems like the regex for the url-example should be (for clarity):
 {{{
 r'/some_prefix/(.*)/$'
 }}}

 url of occurance: http://docs.djangoproject.com/en/dev/releases/1.0
 -porting-guide/

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8864>
Django Code <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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to