Changes between Initial Version and Version 1 of Ticket #18403
- Timestamp:
- May 30, 2012, 9:19:23 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18403 – Description
initial v1 5 5 response= HttpResponse() 6 6 response.set_cookie("a:.b/",1) 7 }}} 7 8 8 9 9 > AttributeError: 'SimpleCookie' object has no attribute 'bad_cookies' 10 }}} 10 11 11 12 with a python version that does not accept colons (":") in the cookie name.