summaryrefslogtreecommitdiff
path: root/django/http/cookie.py
AgeCommit message (Collapse)Author
2013-01-11[1.5.x] Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
This regression was introduced by the 'unicode_literals' patch. Backport of f08e739bc2 from master.
2012-10-21Cleaned up the the http module. Moved all of the code from __init__.py to ↵Alex Gaynor
request.py, response.py and utils.py