Changes between Version 1 and Version 2 of Ticket #33700, comment 2
- Timestamp:
- May 12, 2022, 7:14:34 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33700, comment 2
v1 v2 16 16 > ... extra urlconf lookup for every request not ending with /, whether or not it succeeds as written. 17 17 18 If you're not normalising URLs, I wonder if you don't `APPEND_SLASH = False` anyway?18 If you're not normalising URLs, I wonder if you don't want `APPEND_SLASH = False` anyway? 19 19 20 20 > ...performance impact was not considered...