#15579: Please add support to delete specialization , while preserving base 
class
instance (multi-table inheritance)
------------------------------------------+---------------------------
 Reporter:  zimnyx                        |         Owner:  nobody
   Status:  new                           |     Milestone:
Component:  Database layer (models, ORM)  |       Version:  SVN
 Keywords:                                |  Triage Stage:  Unreviewed
Has patch:  0                             |
------------------------------------------+---------------------------
 Example:
 I got multi-table inheritance: Base(Model) and Specific(Base). I got
 instance of Specific. Sometimes there is a need to delete only Specific
 leaving Base part in database. Currently if I call delete() on
 specialization, recursive delete takes place, so Base instance is being
 deleted too.

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