Changes between Initial Version and Version 1 of Ticket #24468
- Timestamp:
- Mar 10, 2015, 1:49:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24468 – Description
initial v1 6 6 It basically breaks render of template. 7 7 8 Here is the full stacktrace: 8 Here is the full stacktrace: 9 9 10 11 {{{ 10 12 File "/usr/local/lib/python3.4/dist-packages/django/contrib/sessions/backends/base.py", line 170, in _get_session 11 13 return self._session_cache … … 94 96 return pickle.loads(data) 95 97 _pickle.UnpicklingError: invalid load key, '{'. 98 }}} 96 99 97 100 Of course replace " File "<path>/views.py", line 266, in <your View>" with your view.