Changes between Initial Version and Version 1 of Ticket #23531, comment 10
- Timestamp:
- Sep 27, 2014, 9:11:38 AM (10 years ago)
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 301redirect and are not going to change their URLs after their site is deployed. This likely needs a wider discussion on django-developers.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. 2 2 3 3 In the meantime, I think we can move forward with adding `CommonMiddleware.response_redirect_class` as a separate ticket.