You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: