On 2/19/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
>
> On 2/19/06, Luke Plant <[EMAIL PROTECTED]> wrote:
> >
> > I think I've found a bug in bulk delete.
>
> Other than that - I'll look into it.

Hi Luke,

I have put together a test case using your model - my test case works
fine using the up-to-date stream, but broke pre r2310. It looks like
the problem was what I thought it was.

Pre r2310, the find_field method in query.py used
OLD_get_accessor_name(), which was a holdover from the pre-descriptor
work. This method worked most of the time in the post-descriptor
world, but was ambiguous (and therefore problematic) if there were
multiple related fields to the same table in a single model.

Can you confirm that your problem is also resolved?

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-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to