Changes between Initial Version and Version 1 of Ticket #17316
- Timestamp:
- Dec 7, 2011, 1:36:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17316 – Description
initial v1 3 3 - https://docs.djangoproject.com/en/1.3/ref/request-response/#django.http.HttpRequest.get_host 4 4 5 I'm using the MultipleProxyMiddlewaremiddleware.6 settings.APPEND_SLASH defaults to True.5 I'm using the `MultipleProxyMiddleware` middleware. 6 `settings.APPEND_SLASH` defaults to `True`. 7 7 8 MultipleProxyMiddleware needs to be enabled *before* CommonMiddleware for APPEND_SLASHto work.8 `MultipleProxyMiddleware` needs to be enabled *before* `CommonMiddleware` for `APPEND_SLASH` to work. 9 9 10 Maybe all this needs is a few more lines where MultipleProxyMiddleware is documented (or directions to put MultipleProxyMiddlewarefirst would work too I guess).10 Maybe all this needs is a few more lines where `MultipleProxyMiddleware` is documented (or directions to put `MultipleProxyMiddleware` first would work too I guess).