Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-14 Thread Jani Tiainen
Well we put that piece of code in test quite soon and see does it help or not. And if some problems arises in big deletes. Usually it's just something like that you can't delete row from type table if it's in use. Michael Glassford kirjoitti: > > > Jani Tiainen wrote: >> Michael Glassford ki

Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-14 Thread Michael Glassford
Jani Tiainen wrote: > Michael Glassford kirjoitti: >> >> Alex Gaynor wrote: >> >>> Can you upload it with a .diff extension so we can get proper code >>> highlighting on trac. >>> >>> Alex >>> >> Sorry. Done. > > I did a quick look and what I understand now it only supports client > side on_de

Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-13 Thread Jani Tiainen
Michael Glassford kirjoitti: > > > Alex Gaynor wrote: > >> Can you upload it with a .diff extension so we can get proper code >> highlighting on trac. >> >> Alex >> > > Sorry. Done. I did a quick look and what I understand now it only supports client side on_delete actions (cascade, protect

Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-13 Thread Michael Glassford
Alex Gaynor wrote: > Can you upload it with a .diff extension so we can get proper code > highlighting on trac. > > Alex > Sorry. Done. Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"

Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-13 Thread Alex Gaynor
On Tue, Oct 13, 2009 at 4:36 PM, Michael Glassford wrote: > > > > Jani Tiainen wrote: >> Michael Glassford kirjoitti: >>> >>> Jani Tiainen wrote: Is there anyone working for this ticket? There seemed to be few patches but then a silence. I would be interested in to help/i

Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-13 Thread Michael Glassford
Jani Tiainen wrote: > Michael Glassford kirjoitti: >> >> Jani Tiainen wrote: >>> Is there anyone working for this ticket? >>> >>> There seemed to be few patches but then a silence. >>> >>> I would be interested in to help/implement that feature since it's very >>> highly needed feature in our o

Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-12 Thread Jani Tiainen
Michael Glassford kirjoitti: > > > Jani Tiainen wrote: >> Is there anyone working for this ticket? >> >> There seemed to be few patches but then a silence. >> >> I would be interested in to help/implement that feature since it's very >> highly needed feature in our own code. >> > > I am. The s

Re: #7539 Add ON DELETE and ON UPDATE support

2009-10-12 Thread Michael Glassford
Jani Tiainen wrote: > Is there anyone working for this ticket? > > There seemed to be few patches but then a silence. > > I would be interested in to help/implement that feature since it's very > highly needed feature in our own code. > I am. The silence is due to a couple of problems I've

#7539 Add ON DELETE and ON UPDATE support

2009-10-11 Thread Jani Tiainen
Is there anyone working for this ticket? There seemed to be few patches but then a silence. I would be interested in to help/implement that feature since it's very highly needed feature in our own code. -- Jani Tiainen --~--~-~--~~~---~--~~ You received this m

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