Re: Import issues since newforms-admin

2008-07-08 Thread Julien Phalip
Ok, I've just opened a ticket and posted some code illustrating the issue: http://code.djangoproject.com/ticket/7684 Thanks, Julien On Jul 9, 2:14 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2008-07-08 at 21:10 -0700, Julien Phalip wrote: > > Thanks for the tip Malcolm. > > >

Re: Import issues since newforms-admin

2008-07-08 Thread Malcolm Tredinnick
On Tue, 2008-07-08 at 21:10 -0700, Julien Phalip wrote: > Thanks for the tip Malcolm. > > I've prepared some very simple code to illustrate the problem. I can't > find a way to attach files in this mailing list. Should I open a > ticket and post it there? Yes. Trac is the only place where

Re: Import issues since newforms-admin

2008-07-08 Thread Julien Phalip
Thanks for the tip Malcolm. I've prepared some very simple code to illustrate the problem. I can't find a way to attach files in this mailing list. Should I open a ticket and post it there? Thanks, Julien On Jul 9, 9:50 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2008-07-08 at

Re: Import issues since newforms-admin

2008-07-08 Thread Malcolm Tredinnick
On Tue, 2008-07-08 at 16:20 -0700, Julien Phalip wrote: > Hi, > > There's an issue that arose as I upgraded an external app of mine to > newforms-admin. > > I created the conventional admin.py, which does all the registration > business, and did "import admin" in the module's __init__.py > >

Import issues since newforms-admin

2008-07-08 Thread Julien Phalip
Hi, There's an issue that arose as I upgraded an external app of mine to newforms-admin. I created the conventional admin.py, which does all the registration business, and did "import admin" in the module's __init__.py After I did that, I got some import errors at compilation time (or say,