Re: [Django] #14772: Reversing a URL with optional arguments fails

2015-03-20 Thread Django
#14772: Reversing a URL with optional arguments fails
-+-
 Reporter:  robhudson|Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Core (URLs)  |  Version:  1.2
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  reverse, | Triage Stage:  Accepted
  sprintdec2010  |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by bpeschier):

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


Comment:

 The reason the tests failed with the slash inside the capturing group was
 that you should add the slash to the group in the reverse args/kwargs.

 The second patch runs smoothly against master, probably fixed somewhere
 between then and now.

 I am including the tests as part of the tests/documentation of #13525

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.66a1e9c882ccf0e781af3ee631eb8903%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #14772: Reversing a URL with optional arguments fails

2011-04-03 Thread Django
#14772: Reversing a URL with optional arguments fails
-+-
   Reporter:  robhudson  |Owner:  nobody
   Type:  Bug|   Status:  new
  Milestone: |Component:  Core (Other)
Version:  1.2| Severity:  Normal
 Resolution: | Keywords:  reverse,
   Triage Stage:  Accepted   |  sprintdec2010
Needs documentation:  0  |Has patch:  0
Patch needs improvement:  0  |  Needs tests:  0
-+-
Changes (by anonymous):

 * type:   => Bug
 * severity:   => Normal
 * milestone:  1.3 =>


-- 
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] #14772: Reversing a URL with optional arguments fails

2010-12-04 Thread Django
#14772: Reversing a URL with optional arguments fails
-+--
  Reporter:  robhudson   | Owner:  nobody
Status:  new | Milestone:  1.3   
 Component:  Core framework  |   Version:  1.2   
Resolution:  |  Keywords:  reverse, sprintdec2010
 Stage:  Accepted| Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by julien):

  * keywords:  reverse => reverse, sprintdec2010
  * stage:  Unreviewed => Accepted
  * milestone:  => 1.3

-- 
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-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.



Re: [Django] #14772: Reversing a URL with optional arguments fails

2010-11-24 Thread Django
#14772: Reversing a URL with optional arguments fails
-+--
  Reporter:  robhudson   | Owner:  nobody 
Status:  new | Milestone: 
 Component:  Core framework  |   Version:  1.2
Resolution:  |  Keywords:  reverse
 Stage:  Unreviewed  | Has_patch:  0  
Needs_docs:  0   |   Needs_tests:  0  
Needs_better_patch:  0   |  
-+--
Changes (by robhudson):

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

Comment:

 The 2nd patch moves the trailing slash out of the named group and the
 added tests now pass.  I'm attaching if these extra tests are something
 that might be added to the resolving tests.

-- 
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-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.