Opened 16 years ago

Last modified 12 years ago

#10547 closed

Delayed Loading Model Update Causes Recursive Errors — at Initial Version

Reported by: megaman821@… 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

  1. pickle.dump(value, f, pickle.HIGHEST_PROTOCOL)

File "/var/www/next_django/apps/django/db/models/base.py" in reduce

  1. return super(Model, self).reduce()

File "/var/www/next_django/apps/django/db/models/base.py" in reduce

  1. return super(Model, self).reduce()

File "/var/www/next_django/apps/django/db/models/base.py" in reduce

  1. return super(Model, self).reduce()

File "/var/www/next_django/apps/django/db/models/base.py" in reduce

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top