Re: Ticket 7539: Add ON DELETE and ON UPDATE support to Django

2009-02-23 Thread Michael Glassford
Russell Keith-Magee wrote: > On Fri, Feb 20, 2009 at 1:49 AM, Michael Glassford > wrote: >> Just yesterday I updated the patch attached to >> http://code.djangoproject.com/ticket/7539 so that it will apply against >> the current version of Django (the previous patch required Django 0.96). >> Wha

Re: Ticket 7539: Add ON DELETE and ON UPDATE support to Django

2009-02-23 Thread Russell Keith-Magee
On Fri, Feb 20, 2009 at 1:49 AM, Michael Glassford wrote: > > Just yesterday I updated the patch attached to > http://code.djangoproject.com/ticket/7539 so that it will apply against > the current version of Django (the previous patch required Django 0.96). > What are the chances of some form of

Ticket 7539: Add ON DELETE and ON UPDATE support to Django

2009-02-19 Thread Michael Glassford
Just yesterday I updated the patch attached to http://code.djangoproject.com/ticket/7539 so that it will apply against the current version of Django (the previous patch required Django 0.96). What are the chances of some form of this patch being included in one of the next couple of versions o