Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

FIXES DeprecationWarnings for django-1.3. #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaanauati
Copy link

  • 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.

- 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.
@jezdez
Copy link
Contributor

jezdez commented May 2, 2012

Seems like #30 has a better fix for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants