Changes between Initial Version and Version 1 of Ticket #24468


Ignore:
Timestamp:
Mar 10, 2015, 1:49:33 PM (10 years ago)
Author:
Drife59
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24468 – Description

    initial v1  
    66It basically breaks render of template.
    77
    8 Here is the full stacktrace: 
     8Here is the full stacktrace:
    99
     10
     11{{{
    1012  File "/usr/local/lib/python3.4/dist-packages/django/contrib/sessions/backends/base.py", line 170, in _get_session
    1113    return self._session_cache
     
    9496    return pickle.loads(data)
    9597_pickle.UnpicklingError: invalid load key, '{'.
     98}}}
    9699
    97100Of course replace "  File "<path>/views.py", line 266, in <your View>" with your view.
Back to Top