Re: manytomany not being properly generated in db

2006-12-20 Thread stoKes
On Dec 20, 2:50 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: On 12/20/06, stoKes <[EMAIL PROTECTED]> wrote: > However, running `python manage.py syncdb` doesn't create table > `blogs_tag_blog` for the many to many relation. Am I missing a > particular column to finish the relation o

Re: manytomany not being properly generated in db

2006-12-19 Thread Russell Keith-Magee
On 12/20/06, stoKes <[EMAIL PROTECTED]> wrote: However, running `python manage.py syncdb` doesn't create table `blogs_tag_blog` for the many to many relation. Am I missing a particular column to finish the relation or is it a possible bug? My initial guess would be that there is an old versio

Re: manytomany not being properly generated in db

2006-12-19 Thread Quentin Gallet-Gilles
Hi Adam, I've just tested it on my machine and the table is there. The syncdb utility doesn't show it, but blogs_tab_blog is indeed created. Open the admin and try adding blogs and tags, you'll see they are properly linked. HTH, Quentin --~--~-~--~~~---~--~~ You