Changes between Version 2 and Version 3 of Ticket #26293


Ignore:
Timestamp:
Mar 1, 2016, 6:03:03 AM (8 years ago)
Author:
Emett Speer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26293

    • Property Cc Emett Speer 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 
    31I 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.
    42
Back to Top