Hello, i'm in the process of upgrading a project to django-1.2-rc1. While the project specific tests passed with django-1.1.1, they all fail now with django-1.2-rc1 (see example below). Any idea what's going wrong?
ERROR: test_content_is_active (foo.bar.tests.MyTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/path/to/myproject/site-packages/foo/bar/tests.py", line 35, in setUp status=status) File "/path/to/myproject/site-packages/django/db/models/manager.py", line 138, in create return self.get_query_set().create(**kwargs) File "/path/to/myproject/site-packages/django/db/models/query.py", line 352, in create obj.save(force_insert=True, using=self.db) TypeError: save() got an unexpected keyword argument 'using' Best Regards, Dirk Eschler -- Dirk Eschler <esch...@gmail.com> -- 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.