Changes between Initial Version and Version 1 of Ticket #31140, comment 4


Ignore:
Timestamp:
Jan 7, 2020, 10:59:18 AM (5 years ago)
Author:
Jayson Reis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31140, comment 4

    initial v1  
    11I 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.
     2But after I monkey patch `SafeString.__str__` to use `str.__str__` it works.
    33
    44{{{
Back to Top