Re: Problem with intermediary table from legacy database

2013-04-04 Thread Vittorio
Thanks a lot Russ Magee, now it works. Ciao Vittorio Il giorno 04/apr/2013, alle ore 14:24, Russell Keith-Magee ha scritto: > > > On Thu, Apr 4, 2013 at 6:48 PM, Tom Evans wrote: > On Thu, Apr 4, 2013 at 11:35 AM, Russell Keith-Magee > wrote:

Re: Problem with intermediary table from legacy database

2013-04-04 Thread Russell Keith-Magee
On Thu, Apr 4, 2013 at 6:48 PM, Tom Evans wrote: > On Thu, Apr 4, 2013 at 11:35 AM, Russell Keith-Magee > wrote: > > > > > > On Thu, Apr 4, 2013 at 5:28 PM, Vittorio wrote: > >> > >> Under Django 1.5.1 I'm having a go at

Re: Problem with intermediary table from legacy database

2013-04-04 Thread Tom Evans
On Thu, Apr 4, 2013 at 11:35 AM, Russell Keith-Magee wrote: > > > On Thu, Apr 4, 2013 at 5:28 PM, Vittorio wrote: >> >> Under Django 1.5.1 I'm having a go at using ManyToManyField (see below >> models.py and admin.py files) referring to an Sqlite3

Re: Problem with intermediary table from legacy database

2013-04-04 Thread Russell Keith-Magee
On Thu, Apr 4, 2013 at 5:28 PM, Vittorio wrote: > Under Django 1.5.1 I'm having a go at using ManyToManyField (see below > models.py and admin.py files) referring to an Sqlite3 legacy db. > > I'm receiving the following fatal error message in admin > > Exception Value: > >

Problem with intermediary table from legacy database

2013-04-04 Thread Vittorio
Under Django 1.5.1 I'm having a go at using ManyToManyField (see below models.py and admin.py files) referring to an Sqlite3 legacy db. I'm receiving the following fatal error message in admin Exception Value: 'LibroOption.fields' can't include the ManyToManyField field 'autore'