Skip to content

Commit

Permalink
remove unused date field
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Aug 3, 2016
1 parent b6c7e6f commit 513c8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_crypto_fields/fields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from .lastname_field import LastnameField

__all__ = [
'BaseField', 'EncryptedCharField', 'EncryptedDateField', 'EncryptedDecimalField',
'BaseField', 'EncryptedCharField', 'EncryptedDecimalField',
'EncryptedIntegerField', 'EncryptedTextField', 'FirstnameField', 'LastnameField',
'IdentityField']

0 comments on commit 513c8f4

Please sign in to comment.