diff options
| author | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-03-28 21:30:05 +0000 |
|---|---|---|
| committer | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-03-28 21:30:05 +0000 |
| commit | 1f3fc7bc9f8fca6b19b4b88852e5fce5f3dcf347 (patch) | |
| tree | c173e5a0b31ab0d9b90cfd323d6e592fd8bfb177 /docs/request_response.txt | |
| parent | d2c03a37798adf1975d96c12e927bed75db7feed (diff) | |
boulder-oracle-sprint: Merged to [4839], part two.
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@4842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/request_response.txt')
| -rw-r--r-- | docs/request_response.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt index 6dfe78a686..2b79903d13 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -384,7 +384,6 @@ Methods Deletes the cookie with the given key. Fails silently if the key doesn't exist. - The ``path`` and ``domain`` arguments are new in the Django development version. Due to the way cookies work, ``path`` and ``domain`` should be the same values you used in ``set_cookie()`` -- otherwise the cookie may not be deleted. |
