#9730: When using model inheritance, raw_id_fields returns a model's name in the
input field.
-------------------------------------------+--------------------------------
          Reporter:  grantmoney            |         Owner:  mtredinnick
            Status:  assigned              |     Milestone:             
         Component:  django.contrib.admin  |       Version:  1.0        
        Resolution:                        |      Keywords:             
             Stage:  Unreviewed            |     Has_patch:  0          
        Needs_docs:  0                     |   Needs_tests:  0          
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Changes (by mtredinnick):

  * owner:  nobody => mtredinnick
  * needs_better_patch:  => 0
  * status:  new => assigned
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 I'm fairly sure this is the same root cause as #9422 (although not a
 direct dupe). Basically, when we try to extract the related value for a
 model where that related value is a relation to another model, we fall on
 our face (e.g. a pk that is a relation to another field). We've got
 various workarounds in places at some points in the code, but it needs to
 be fixed holisitically.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9730#comment:1>
Django <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 django-updates@googlegroups.com
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