Wednesday, June 1, 2011

Re: DeprecationWarning: A Field class whose get_db_prep_value method hasn't been updated to take `connection` and `prepared` arguments

Hi,

thanks for the quick response. Well, I am not seeing it, when I create
a complete new project.

regards, tom

On 1 Jun., 16:07, Brendan Smith <bren...@nationalpriorities.org>
wrote:
> 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 <thomas.st...@gmail.com> 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 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.
>
> --
> Brendan Smith, IT Specialist
> National Priorities Projecthttp://www.nationalpriorities.orghttp://www.costofwar.comhttp://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 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