Changes between Version 2 and Version 3 of Ticket #26293
- Timestamp:
- Mar 1, 2016, 6:03:03 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26293
- Property Cc added
-
Ticket #26293 – Description
v2 v3 1 I took a look over it and you are correct that APPEND_SLASH wil not run unless PREPEND_WWW is also set. =2 3 1 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. 4 2