Changes between Initial Version and Version 1 of Ticket #29602, comment 2
- Timestamp:
- Jul 27, 2018, 9:34:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29602, comment 2
initial v1 1 I agree, it is a bit late in the 2.0 life cycle to revert it; a note in the 2.0 change log would be very helpful for anyone else that's doing a late upgrade like I was (while upgrading I was checking everything in the release notes against our code base). I also assume it's too late in the 2.1 release cycle to fix in some way?1 I agree, it is a bit late in the 2.0 life cycle to revert it; but a note in the 2.0 change log would be very helpful for anyone else that's doing a late upgrade like I was (while upgrading I was checking everything in the release notes against our code base). I also assume it's too late in the 2.1 release cycle to fix in some way? 2 2 3 3 As a work around, I should either be able to use django's `force_escape`, or manually wrap the variable in Jinja's `MarkUp()` function so that it works with Jinja's `forceescape`.