Changeset 6385
- Timestamp:
- 09/19/07 21:02:54 (1 year ago)
- Files:
-
- django/trunk/docs/request_response.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/request_response.txt
r6189 r6385 191 191 directly. 192 192 193 ``QueryDict`` implements the allstandard dictionary methods, because it's a193 ``QueryDict`` implements all the standard dictionary methods, because it's a 194 194 subclass of dictionary. Exceptions are outlined here: 195 195
