Re: Delete leads to IntegrityError (Trac Ticket #14896)

2010-12-20 Thread Russell Keith-Magee
On Mon, Dec 20, 2010 at 9:49 PM, thierry  wrote:
> Hi all,
>
> I've tested the django 1.3 alpha release, but it seems that's the
> delete cascading rule doesn't work anymore when a class contains a
> ManyToManyField pointing on a class having subclasses. Consequently,
> I've created a ticket in django trac server (#14896) to describe my
> problem. Hope this one won't be unreviewed for a long period.

Hi Thierry,

Don't worry - your ticket has been seen, we just haven't got around to it yet.

Until we ship beta 1, our focus is on adding new features. Once the
feature freeze hits, our focus will move to squashing bugs. At the top
of the bug list are the bugs reported in features introduced in 1.3.
Bugs that involve data loss (such as yours) will be an especially high
priority.

If you want to help out (and make our lives easier in the process),
the best thing you could do would be to reduce your problem into a
test case that is integrated into Django's own test suite --
essentially writing the regression test that will be part of the final
patch.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.



Delete leads to IntegrityError (Trac Ticket #14896)

2010-12-20 Thread thierry
Hi all,

I've tested the django 1.3 alpha release, but it seems that's the
delete cascading rule doesn't work anymore when a class contains a
ManyToManyField pointing on a class having subclasses. Consequently,
I've created a ticket in django trac server (#14896) to describe my
problem. Hope this one won't be unreviewed for a long period.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.