Releases: shah-dhwanil/Django-CryptographicFields
Releases · shah-dhwanil/Django-CryptographicFields
v2.1.0
Added Support for UUID,DateTime,Date,Time,Binary Field
Added Support for following fields
- UUID Field
- DateTime Field
- Date Field
- Time Field
- Binary Field
Added Support of the following :-
- 'startswith' lookups for all String Based Fields
- 'date' lookup for Date,DateTime Fields
- 'time' lookup for TimeField
Changed mode of AES from CBC to CFB
Added support for lookups
Fixed Error while using GenericIPAddressField &URL Field & Removed Unused Import
Fixed error raised while using GenericIPAddressField &URL Field & Removed Unused Import
Changing naming convention to PEP8
Following the naming convention of Python PEP8
Added Support for PostgresSql
Added Support for PostgresSql & fixed bugs
The initial release
The initial release of the project v1.0.0.Supports MySQL , SQLite