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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment