summaryrefslogtreecommitdiff
path: root/django/http/cookie.py
AgeCommit message (Expand)Author
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-01-11Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2012-10-21Cleaned up the the http module. Moved all of the code from __init__.py to req...Alex Gaynor