#17619: MemoryError when deleting objects with many generic relations
-------------------------------------+-------------------------------------
     Reporter:  bjourne@…            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:                       |                  Version:  1.3
  contrib.contenttypes               |               Resolution:
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by bjourne):

 I have found the cause for this. For the child model in the
 GenericRelation, I'm replacing the default manager with a custom one. That
 manager has some slight magic, like overriding the __getattr__ method
 which may be what is triggering the bug. I will investigate some more and
 see if it's just PEBKAC or if Django does something wrong.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17619#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to