#11042: admin inlines of inherited models break on edit submit after changeset
10666
-------------------------------------------+--------------------------------
          Reporter:  jsmullyan             |         Owner:     
            Status:  new                   |     Milestone:  1.1
         Component:  django.contrib.admin  |       Version:  1.0
        Resolution:                        |      Keywords:     
             Stage:  Accepted              |     Has_patch:  1  
        Needs_docs:  0                     |   Needs_tests:  0  
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Changes (by mir):

  * owner:  mir =>
  * has_patch:  0 => 1
  * needs_tests:  1 => 0

Comment:

 This is really a bug introduced in [10666] that broke using subclassed
 models in admin inlines. #11042

 The changeset introduced a function has_auto_field that checked for auto
 pk fields instead
 of checking whether it has been automatically created.

 I'm not so familiar with this area, can someone please review it?

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