#10094: do_extenbds function incorrectly parses Token
---------------------------------+------------------------------------------
 Reporter:  pe...@monicol.co.uk  |       Owner:  nobody    
   Status:  new                  |   Milestone:            
Component:  Uncategorized        |     Version:  1.0       
 Keywords:                       |       Stage:  Unreviewed
Has_patch:  0                    |  
---------------------------------+------------------------------------------
 In module template.loader.tags the do_extends function parses a tokens
 content like this:    bits = token.contents.split()  which does not
 work correctly if the extends path has a folder name with a space in it
 (as one of mine did). I understand token.split_contents() should
 be used.

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