#17014: prefetch_related infinite recursion by default managers
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.3
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  1
    Has patch:  0                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by lukeplant):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [16940]:
 {{{
 #!CommitTicketReference repository="" revision="16940"
 Fixed #17014  - added protection against infinite recursion.

 Thanks to akaariai for the report and tests.

 No tests have been added, since unittests for termination are basically
 impossible, and the failure condition will take down the developer's
 machine
 in this case. It has been tested against the cases in #17014.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17014#comment:3>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to