dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 91 forks source link

DeprecationWarning in Django 1.3 #35

Closed Inkvi closed 13 years ago

Inkvi commented 13 years ago

~/dev/venvs/test/moderation/fields.py:7: DeprecationWarning: A Field class whose db_type method hasn't been updated to take a connection argument.

dominno commented 13 years ago

Fixed in a6dc8672fc75fc51577d7d4395bc2d5619d2ad99

Thank you Inkvi