Changes between Initial Version and Version 1 of Ticket #10547


Ignore:
Timestamp:
Mar 19, 2009, 10:17:59 AM (15 years ago)
Author:
Alex Gaynor
Comment:

Fixed formatting. What is it you're trying to do that causes this error?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10547 – Description

    initial v1  
    11I don't really have much insight to this right now but here is the stack trace.
    2 
     2{{{
    33File "/var/www/next_django/apps/django/core/cache/backends/filebased.py" in set
    44  71.             pickle.dump(value, f, pickle.HIGHEST_PROTOCOL)
     
    1010  352.             return super(Model, self).__reduce__()
    1111File "/var/www/next_django/apps/django/db/models/base.py" in __reduce__
     12}}}
Back to Top