django-timezones
django-timezones copied to clipboard
LocalizedDateTimeField DeprecationWarning
Just making note of this deprecation warning under Django 1.3
python2.7/site-packages/timezones/fields.py:55: DeprecationWarning: A Field class whose get_db_prep_save method hasn't been updated to take a connection
argument.
class LocalizedDateTimeField(models.DateTimeField):
I'm hitting this issue too. Running Django 1.3.1. Any updates?
Sorry, updated the requirement spec to include 0.2dev2. This fixed the issues. Cheers Brian.