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

DepractionWarning on RatingField

Open john2x opened this issue 14 years ago • 1 comments

DeprecationWarning: A Field class whose get_db_prep_save method hasn't been updated to  take a `connection` argument.
  class RatingField(IntegerField):

using Django development version (1.3)

john2x avatar Feb 15 '11 07:02 john2x

This is a duplicate of https://github.com/dcramer/django-ratings/issues#issue/12

feth avatar Mar 02 '11 17:03 feth