summaryrefslogtreecommitdiff
path: root/django/http/cookie.py
AgeCommit message (Expand)Author
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-09-10Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
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