#6095: Add the ability to manually create M2M intermediary models
---------------------------------------+------------------------------------
          Reporter:  jacob             |         Owner:  floguy  
            Status:  reopened          |     Milestone:  1.0 beta
         Component:  Database wrapper  |       Version:  SVN     
        Resolution:                    |      Keywords:          
             Stage:  Accepted          |     Has_patch:  1       
        Needs_docs:  1                 |   Needs_tests:  0       
Needs_better_patch:  1                 |  
---------------------------------------+------------------------------------
Comment (by floguy):

 After some investigation, I discovered that the problem is indeed in
 get_related_object, and specifically its use of get_model.  I'm looking
 into fixing it now, but this could be a bigger bug than I thought.  The
 correct app_label  is simply not available from the scope of that function
 as it stands right now, so it's a case of needing to find a way to extract
 that information at the correct time and make it available to that
 function.

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