#3871: Use custom managers in reverse relations
----------------------+-----------------------------------------------------
   Reporter:  EspenG  |                Owner:  adrian        
     Status:  new     |            Component:  Core framework
    Version:  SVN     |           Resolution:                
   Keywords:          |                Stage:  Unreviewed    
  Has_patch:  0       |           Needs_docs:  1             
Needs_tests:  1       |   Needs_better_patch:  1             
----------------------+-----------------------------------------------------
Comment (by EspenG <[EMAIL PROTECTED]>):

 Ok, now I have been working on this ticket for a while and I have found a
 big problem. The patch itself works fine _some_ times, and I think I have
 figured out why it only works some times and not always.
 
 At first I could not understand why everything worked when I tried to to
 what the patch does manually in the python shell but only sometimes when I
 used the patch on my system. Then I noticed that it worked if I rearranged
 the order the different models where in it worked. This then led me to the
 theory that in order for me to parse the different models (to find
 managers) i first have to wait until all the other initializing of the
 models are done, though I'm not a 100% sure about this. It would be nice
 if someone could confirm this.
 
 Espen

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3871#comment:7>
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