dharmafly / tasket

A micro-volunteering app, for crowd-managed tasks.
http://dharmafly.com/tasket
26 stars 3 forks source link

Django: deprecation warning #349

Closed premasagar closed 13 years ago

premasagar commented 13 years ago
$ python manage.py runserver                                                                 (07-05 16:39)
Validating models...

/home/premasagar/projects/tasket/lib/python2.6/site-packages/Django-1.3-py2.6.egg/django/db/models/fields/subclassing.py:80: DeprecationWarning: A Field class whose get_db_prep_value method hasn't been updated to take `connection` and `prepared` arguments.
  new_class = super(SubfieldBase, cls).__new__(cls, name, bases, attrs)
0 errors found

does this matter?

symroe commented 13 years ago

I think this is fine to ignore for the moment.