Changes between Initial Version and Version 2 of Ticket #26293
- Timestamp:
- Mar 1, 2016, 5:54:36 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26293
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #26293 – Description
initial v2 1 I took a look over it and you are correct that APPEND_SLASH wil not run unless PREPEND_WWW is also set. = 2 1 3 I recently deployed a project into production using Django 1.9.2 and started getting strange logged warning messages from Sentry for 404's. Looking into it, this occurred in `django.core.handers.base.BaseHandler.get_response` and was related to people visiting URLs without trailing slashes. 2 4