#3611: [multi-db]  select_related stuck in recursive loop
------------------------------------+---------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  jacob        
  Status:  new                      |   Component:  Uncategorized
 Version:  SVN                      |    Keywords:  multi-db     
   Stage:  Unreviewed               |   Has_patch:  0            
------------------------------------+---------------------------------------
 using .select_related on objects ( even if foreign keys are all in the
 same database ) seems to be hanging in some sort of recursive loop.
 
 I'm attaching a file of a Django project that I created this
 morning...basically a culled down version of my big project.  I'm also
 attaching a sql dump of my UserDB database...so that it would be easier to
 view the problem ...
 
 Basically... al you would need to do is go to the settings file...and
 modify the template directory to be where every you unzipped this tarball
 to ... and then install the sql dump on your mysql service..and you should
 be able to run it..and see the problem... by going to
 http://127.0.0.1:8000/bugsample/useradmin ...  if I remove the
 .select_related ... works fine... but if they are in there... doesn't
 work.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3611>
Django Code <http://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