Skip to content

Releases: luojilab/django-mirage-field

1.4.0

14 Mar 08:47
Compare
Choose a tag to compare

Add EncryptedJSONField to support JSONField.

1.3.0

25 Dec 10:07
Compare
Choose a tag to compare

Feature: support URLField with EncryptedURLField #23

1.2.4

25 Nov 13:08
Compare
Choose a tag to compare

Fix #22
Docs: Readme update.
Style: Python code style format.

What's Changed

New Contributors

Full Changelog: 1.0.1...1.2.3

1.2.2

09 Aug 16:02
Compare
Choose a tag to compare

Add customized primary key field to Command #18

1.0.1

09 Jan 10:05
Compare
Choose a tag to compare

We think it's the time to run 1.x with you~ and happy to listen any suggests from your issues.

1.2.1

06 Aug 04:48
Compare
Choose a tag to compare

Add idfield variable support #17

1.2.0

06 Aug 04:47
Compare
Choose a tag to compare

Add CBC crypto method.

and options:

  • MIRAGE_CIPHER_MODE
  • MIRAGE_CIPHER_IV

1.1.8

01 May 10:40
Compare
Choose a tag to compare

[Fix] Migrator converts NULL values to a string "None" #13

1.1.7

22 Dec 12:05
Compare
Choose a tag to compare

Fix installation in Windows.

1.1.6

31 Aug 10:42
Compare
Choose a tag to compare
  1. support limit=-1 that encrypt/decrypt all data one time.
  2. support pk with uuid.