Changes between Version 1 and Version 2 of Ticket #28936, comment 4
- Timestamp:
- May 10, 2019, 9:03:16 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28936, comment 4
v1 v2 21 21 With the fix in the PR the special characters are unescaped, and the `^?$` are only stripped if not escaped. 22 22 23 PR [[https://github.com/django/django/pull/11352]]23 [https://github.com/django/django/pull/11352 PR]