This must be a django.test.Testcase bug, because the same thing
happens when i load fixtures, but not if i use unittest.Testcase

On Jun 24, 1:42 pm, Rufman <stephaneru...@gmail.com> wrote:
> When i do "Animal.object.create(name="dog")" in a unittest setup no
> row is added to the database, but if i do this in the normal code it
> works. The temporary test database is created, but the adding of
> objects does not work.
>
> I'm totally lost as to where the error could be. side note: i also had
> a problem when importing more than one model, which would result in
> the test not being found by the system. I could evade this problem by
> just importing the whole models.py and then accessing the objects with
> "models.Animal". But all this is now in vain, seeing that nothing is
> added to the database
>
> thanks for any tips

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to