Changes between Initial Version and Version 1 of Ticket #31140, comment 4
- Timestamp:
- Jan 7, 2020, 10:59:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31140, comment 4
initial v1 1 1 I think that this should be considered a django bug as SafeString is not serializable with pickle protocol 0 and 1. 2 But after I monkey patch SafeString.__str__ to use str.__str__it works.2 But after I monkey patch `SafeString.__str__` to use `str.__str__` it works. 3 3 4 4 {{{