Changes between Initial Version and Version 1 of Ticket #17316


Ignore:
Timestamp:
Dec 7, 2011, 1:36:08 PM (12 years ago)
Author:
Aymeric Augustin
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17316 – Description

    initial v1  
    33- https://docs.djangoproject.com/en/1.3/ref/request-response/#django.http.HttpRequest.get_host
    44
    5 I'm using the MultipleProxyMiddleware middleware.
    6 settings.APPEND_SLASH defaults to True.
     5I'm using the `MultipleProxyMiddleware` middleware.
     6`settings.APPEND_SLASH` defaults to `True`.
    77
    8 MultipleProxyMiddleware needs to be enabled *before* CommonMiddleware for APPEND_SLASH to work.
     8`MultipleProxyMiddleware` needs to be enabled *before* `CommonMiddleware` for `APPEND_SLASH` to work.
    99
    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).
     10Maybe all this needs is a few more lines where `MultipleProxyMiddleware` is documented (or directions to put  `MultipleProxyMiddleware` first would work too I guess).
Back to Top