Opened 16 years ago
Last modified 12 years ago
#10547 closed
Delayed Loading Model Update Causes Recursive Errors — at Initial Version
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
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
- pickle.dump(value, f, pickle.HIGHEST_PROTOCOL)
File "/var/www/next_django/apps/django/db/models/base.py" in reduce
- return super(Model, self).reduce()
File "/var/www/next_django/apps/django/db/models/base.py" in reduce
- return super(Model, self).reduce()
File "/var/www/next_django/apps/django/db/models/base.py" in reduce
- 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.