Re: [Django] #19585: Unable to load cookie values as a dict

2013-02-08 Thread Django
#19585: Unable to load cookie values as a dict
-+-
 Reporter:  claudep  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  HTTP handling|  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  regression   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Claude Paroz ):

 In [changeset:"1d03ff06bbcc726c815f26f79067692019b2c71a"]:
 {{{
 #!CommitTicketReference repository=""
 revision="1d03ff06bbcc726c815f26f79067692019b2c71a"
 [1.5.x] Fixed #19585 -- Fixed loading cookie value as a dict

 This regression was introduced by the 'unicode_literals' patch.
 Backport of f08e739bc2 from master.
 }}}

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #19585: Unable to load cookie values as a dict

2013-01-11 Thread Django
#19585: Unable to load cookie values as a dict
-+-
 Reporter:  claudep  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  HTTP handling|  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  regression   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by Claude Paroz ):

 In [changeset:"1d03ff06bbcc726c815f26f79067692019b2c71a"]:
 {{{
 #!CommitTicketReference repository=""
 revision="1d03ff06bbcc726c815f26f79067692019b2c71a"
 [1.5.x] Fixed #19585 -- Fixed loading cookie value as a dict

 This regression was introduced by the 'unicode_literals' patch.
 Backport of f08e739bc2 from master.
 }}}

-- 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #19585: Unable to load cookie values as a dict

2013-01-11 Thread Django
#19585: Unable to load cookie values as a dict
-+-
 Reporter:  claudep  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  HTTP handling|  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  regression   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by Claude Paroz ):

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


Comment:

 In [changeset:"f08e739bc2ba5d3530a806378087227728369464"]:
 {{{
 #!CommitTicketReference repository=""
 revision="f08e739bc2ba5d3530a806378087227728369464"
 Fixed #19585 -- Fixed loading cookie value as a dict

 This regression was introduced by the 'unicode_literals' patch.
 }}}

-- 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #19585: Unable to load cookie values as a dict

2013-01-11 Thread Django
#19585: Unable to load cookie values as a dict
-+-
 Reporter:  claudep  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  HTTP handling|  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:  regression   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by apollo13):

 * stage:  Accepted => Ready for checkin


Comment:

 Looks good to me.

-- 
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 https://groups.google.com/groups/opt_out.




[Django] #19585: Unable to load cookie values as a dict

2013-01-09 Thread Django
#19585: Unable to load cookie values as a dict
---+
   Reporter:  claudep  |  Owner:  nobody
   Type:  Bug  | Status:  new
  Component:  HTTP handling|Version:  master
   Severity:  Release blocker  |   Keywords:  regression
   Triage Stage:  Accepted |  Has patch:  1
Needs documentation:  0|Needs tests:  0
Patch needs improvement:  0|  Easy pickings:  0
  UI/UX:  0|
---+
 Starting from the `unicode_literals` patch, we lost the possibility to
 load a cookie value by passing a dict to the `load()` method, as allowed
 by the Python docs
 (http://docs.python.org/2/library/cookie.html#Cookie.BaseCookie.load).
 We shouldn't inconditionally transform the `rawdata` parameter in a
 string.

-- 
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 https://groups.google.com/groups/opt_out.