Re: How can I test the correctness of my models against the schema of a database?

2010-06-01 Thread Alex Robbins
ensions exists dbdiff command which produces somekind > > of > > diff against underlying database but it's in very early stages. > > > > Sorry. I haven't use other methods for that. > > > But isn't it enough to test it using loremiser or something like

Re: How can I test the correctness of my models against the schema of a database?

2010-05-31 Thread David Horat
gt; > But isn't it enough to test it using loremiser or something like that > > and like an addition debug toolbar? > > > On May 31, 12:53 am, David Horat wrote: > > > Dear group, > > > > How can I test the correctness of my models against the schema of a &

Re: How can I test the correctness of my models against the schema of a database?

2010-05-31 Thread Jani Tiainen
's in very early stages. > Sorry. I haven't use other methods for that. > But isn't it enough to test it using loremiser or something like that > and like an addition debug toolbar? > > On May 31, 12:53 am, David Horat wrote: > > Dear group, > > > &g

Re: How can I test the correctness of my models against the schema of a database?

2010-05-30 Thread Jeliuc Alexandr
Sorry. I haven't use other methods for that. But isn't it enough to test it using loremiser or something like that and like an addition debug toolbar? On May 31, 12:53 am, David Horat wrote: > Dear group, > > How can I test the correctness of my models against the schema of a

Re: How can I test the correctness of my models against the schema of a database?

2010-05-30 Thread David Horat
up, > > > How can I test the correctness of my models against the schema of a > > database? > > > To solve this question, I have tried unsuccessfully several options: > > - Using ./manage.py test triggers the creation and destruction of a > > database

Re: How can I test the correctness of my models against the schema of a database?

2010-05-30 Thread knicholes
python manage.py sqlall On May 30, 3:53 pm, David Horat wrote: > Dear group, > > How can I test the correctness of my models against the schema of a > database? > > To solve this question, I have tried unsuccessfully several options: > - Using ./manage.py test trig

How can I test the correctness of my models against the schema of a database?

2010-05-30 Thread David Horat
Dear group, How can I test the correctness of my models against the schema of a database? To solve this question, I have tried unsuccessfully several options: - Using ./manage.py test triggers the creation and destruction of a database, but I want to check the correctness of the model against a