Changes between Initial Version and Version 1 of Ticket #26499
- Timestamp:
- Apr 13, 2016, 4:15:47 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26499 – Description
initial v1 1 1 The middleware `AuthenticationMiddleware` apparently accesses `request.POST`, because if I include it I get the exception `You cannot access body after reading from request's data stream` once I try to read `request.body`. 2 Everything works fine if I remove it from the list of middlewares. 2 3 3 4 I wasn't able to find the source code of `AuthenticationMiddleware`, but if it indeed does so, this [https://code.djangoproject.com/ticket/16384 should be considered a bug].