Skip to content

Releases: shah-dhwanil/Django-CryptographicFields

v2.1.0

17 Dec 05:45
Compare
Choose a tag to compare

Fixed #6 , #5 & Added features as per #8 , #9

Added Support for UUID,DateTime,Date,Time,Binary Field

07 Nov 06:26
Compare
Choose a tag to compare

Added Support for following fields

  1. UUID Field
  2. DateTime Field
  3. Date Field
  4. Time Field
  5. Binary Field

Added Support of the following :-

  1. 'startswith' lookups for all String Based Fields
  2. 'date' lookup for Date,DateTime Fields
  3. 'time' lookup for TimeField

Changed mode of AES from CBC to CFB

10 Oct 05:57
Compare
Choose a tag to compare

Added support for lookups

Fixed Error while using GenericIPAddressField &URL Field & Removed Unused Import

25 Sep 02:49
8130768
Compare
Choose a tag to compare

Fixed error raised while using GenericIPAddressField &URL Field & Removed Unused Import

Changing naming convention to PEP8

21 Sep 05:02
Compare
Choose a tag to compare

Following the naming convention of Python PEP8

Added Support for PostgresSql

21 Sep 02:37
Compare
Choose a tag to compare

Added Support for PostgresSql & fixed bugs

The initial release

21 Sep 02:34
Compare
Choose a tag to compare

The initial release of the project v1.0.0.Supports MySQL , SQLite