Changes between Initial Version and Version 1 of Ticket #23531, comment 10


Ignore:
Timestamp:
Sep 27, 2014, 9:11:38 AM (10 years ago)
Author:
Russell Keith-Magee

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23531, comment 10

    initial v1  
    1 I am not convinced about changing the default redirect as I expect the majority of users with `APPEND_SLASHES` and `PREPEND_WWW` would want the SEO benefits of a 301 redirect and are not going to change their URLs after their site is deployed. This likely needs a wider discussion on django-developers.
     1I am not convinced about changing the default redirect as I expect the majority of users with `APPEND_SLASHES` and `PREPEND_WWW` would want the SEO benefits of a `301` redirect and are not going to change their URLs after their site is deployed. This likely needs a wider discussion on django-developers.
    22
    33In the meantime, I think we can move forward with adding `CommonMiddleware.response_redirect_class` as a separate ticket.
Back to Top