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

LocalizedDateTimeField DeprecationWarning

Open rizumu opened this issue 13 years ago • 2 comments

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):

rizumu avatar Apr 24 '11 13:04 rizumu

I'm hitting this issue too. Running Django 1.3.1. Any updates?

nkeilar avatar Oct 25 '11 16:10 nkeilar

Sorry, updated the requirement spec to include 0.2dev2. This fixed the issues. Cheers Brian.

nkeilar avatar Oct 25 '11 16:10 nkeilar