Changes between Initial Version and Version 1 of Ticket #5611, comment 21
- Timestamp:
- Oct 19, 2012, 6:13:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5611, comment 21
initial v1 6 6 Take the note starting with "Now..." and rephrase under the permanent section for attr POST ie: 7 7 8 ...request contains form data. See the :class:`QueryDict` documentation below. If you are youneed to access raw or non-form data posted in the request, access this through the :attr:`HttpRequest.body` attribute instead.8 ...request contains form data. See the :class:`QueryDict` documentation below. If you need to access raw or non-form data posted in the request, access this through the :attr:`HttpRequest.body` attribute instead. 9 9 10 10 The point being that the version changed note is transient - but the point should be made concretely in the POST docs.