django-ratings
django-ratings copied to clipboard
FIXES DeprecationWarnings for django-1.3.
- djangoratings/fields.py:319: DeprecationWarning: A Field class whose
get_db_prep_save method hasn't been updated to take a
connection
argument. -djangoratings/fields.py:319: DeprecationWarning: A Field class whose get_db_prep_lookup method hasn't been updated to takeconnection
andprepared
arguments.
Seems like #30 has a better fix for this.