Hello, I recently migrated from Django 1.1.2 to 1.2.1. When I run my test now, I get a lot of PendingDeprecationWarning messages in console during Installing index "phase". For example:
... Creating table basket_basketitem Creating table accounts_userprofile Creating table accounts_address Creating table accounts_phone Creating table registration_registrationprofile Creating table page_page Creating table page_pageimage /Users/admin/projects/www/oska/lib/django/db/models/fields/subclassing.py:26: PendingDeprecationWarning: db_type has been called without providing a connection argument. stacklevel=1) Installing index for auth.Permission model /Users/admin/projects/www/oska/lib/django/db/models/fields/subclassing.py:26: PendingDeprecationWarning: db_type has been called without providing a connection argument. stacklevel=1) /Users/admin/projects/www/oska/lib/django/db/models/fields/subclassing.py:26: PendingDeprecationWarning: db_type has been called without providing a connection argument. stacklevel=1) Installing index for auth.Group_permissions model /Users/admin/projects/www/oska/lib/django/db/models/fields/subclassing.py:26: PendingDeprecationWarning: db_type has been called without providing a connection argument. stacklevel=1) /Users/admin/projects/www/oska/lib/django/db/models/fields/subclassing.py:26: PendingDeprecationWarning: db_type has been called without providing a connection argument. stacklevel=1) ... Does anybody know where this messages came from? Thank you Regards Micha;l -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

