Re: Another bug in delete

2006-03-13 Thread Luke Plant
On Monday 13 March 2006 07:13, Adrian Holovaty wrote: > I'm catching up on more than a week's worth of unread mailing-list > messages. Is this still an open issue? I committed my changes, so no. Luke -- "Where a person wishes to attract, they should always be ignorant." (Jane Austen) Luke P

Re: Another bug in delete

2006-03-12 Thread Adrian Holovaty
On 3/4/06, Luke Plant <[EMAIL PROTECTED]> wrote: > Would Adrian or Jacob or someone like to comment on the original usage > of __import__ and whether this patch is OK? An alternative way to do > the imports is this: > __import__(app_name, '', '', ['models']).models > and that also seems to w

Another bug in delete

2006-03-04 Thread Luke Plant
Resending this as a new thread, the old one was pages back in Google groups, and it probably needs attention from someone like Adrian/Jacob. It's another puzzler (and comes logically before the previous thread about delete). On Sunday 26 February 2006 03:15, Russell Keith-Magee wrote: > Inter