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
Using the EncryptedDateTimeField class with Django version >= 1.4 causes a TypeError whenever you try to update the value of the field in the the Django Admin. Django Admin expects timezone-aware datetime objects. Until this is fixed, this field isn't usable in anything newer than 1.3.
The text was updated successfully, but these errors were encountered:
Using the
EncryptedDateTimeField
class with Django version >= 1.4 causes aTypeError
whenever you try to update the value of the field in the the Django Admin. Django Admin expects timezone-awaredatetime
objects. Until this is fixed, this field isn't usable in anything newer than 1.3.The text was updated successfully, but these errors were encountered: