i've also got this warning on a bone stock django install + mysql backend. I've started to just ignore it for now
On Wed, Jun 1, 2011 at 9:08 AM, tom <[email protected]> wrote: > Hello, > > since I have upgraded to django 1.3 i see following errors: > DeprecationWarning: A Field class whose get_db_prep_value method > hasn't been updated to take `connection` and `prepared` arguments > > There are following packges installed: > > INSTALLED_APPS = ( > 'debug_toolbar', # OK > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.sites', > 'django.contrib.admin', > 'django.contrib.admindocs', > 'django.contrib.flatpages', > 'django.contrib.markup', > 'django.contrib.messages', > 'django.contrib.humanize', > 'django.contrib.redirects', > 'payments.moneybookers', # OK > 'djcelery', # OK > 'compress', # OK > 'johnny', # OK > 'tagging', # OK > 'registration', # OK > 'django_extensions', # OK > 'profiles', # OK > ) > > I already have updated the 3rd party modules to the latest version and > I also have tried to deactivate module by module. But the warning does > not go away. > > Any hints? > > Many thanks for your help! > > regards, Tom > > -- > 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. > > -- Brendan Smith, IT Specialist National Priorities Project http://www.nationalpriorities.org http://www.costofwar.com http://www.facebook.com/nationalpriorities 413 584 9556 -- 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.

