#13287: Change in {% url %} arguments break existing code
------------------------------------------+---------------------------------
          Reporter:  rbarbe...@gmail.com  |         Owner:  nobody
            Status:  new                  |     Milestone:  1.2   
         Component:  Uncategorized        |       Version:  SVN   
        Resolution:                       |      Keywords:        
             Stage:  Unreviewed           |     Has_patch:  0     
        Needs_docs:  0                    |   Needs_tests:  0     
Needs_better_patch:  0                    |  
------------------------------------------+---------------------------------
Changes (by ramiro):

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

Comment:

 Replying to [ticket:13287 rbarbe...@gmail.com]:

 > Until 1.2 the {% url %} aditional arguments to the URL was a comma
 separated list. Now is a space separated list.
 >[...]
 > By the way, this change will have a deep impact in existing deployments
 using Django 1.1. Didn't was a priority to mantain backwards compability?
 At last this was what is printed here
 http://docs.djangoproject.com/en/dev/misc/api-stability/

 If you are actually reading the docs that accompany the current SVN code
 and read all the documentation of the `url` tag you will see a section
 located at the bottom marked with '''Changed in Django Development
 version.''' that describes how backwards compatibility is being handled
 transparently.

 Ticket #13275 is tracking some additional problems the backward-
 compatibility code has.

 >In the documentation the samples show this new behavior but the text
 still says: "Additional arguments are optional and should be comma-
 separated values that will be used as arguments in the URL".

 That's an error in the documentation. maybe we shoudl switch this ticket
 to component: Documentation and correct that sentence to read
 ''"Additional arguments are optional and should be space-separated values
 that will be used as arguments in the URL"''

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13287#comment:1>
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-upda...@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