django-ratings icon indicating copy to clipboard operation
django-ratings copied to clipboard

FIXES DeprecationWarnings for django-1.3.

Open jaanauati opened this issue 13 years ago • 1 comments

  • 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 take connection and prepared arguments.

jaanauati avatar Dec 24 '11 17:12 jaanauati

Seems like #30 has a better fix for this.

jezdez avatar May 02 '12 13:05 jezdez