Opened 17 years ago
Last modified 13 years ago
#10547 closed
Delayed Loading Model Update Causes Recursive Errors — at Version 1
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
I don't really have much insight to this right now but here is the stack trace.
File "/var/www/next_django/apps/django/core/cache/backends/filebased.py" in set 71. pickle.dump(value, f, pickle.HIGHEST_PROTOCOL) File "/var/www/next_django/apps/django/db/models/base.py" in __reduce__ 352. return super(Model, self).__reduce__() File "/var/www/next_django/apps/django/db/models/base.py" in __reduce__ 352. return super(Model, self).__reduce__() File "/var/www/next_django/apps/django/db/models/base.py" in __reduce__ 352. return super(Model, self).__reduce__() File "/var/www/next_django/apps/django/db/models/base.py" in __reduce__
Note:
See TracTickets
for help on using tickets.
Fixed formatting. What is it you're trying to do that causes this error?