Skip to content

Releases: luojilab/django-mirage-field

1.1.0

09 May 15:27
9d4b301
Compare
Choose a tag to compare

Add MIRAGE_SECRET_KEY option in settings. #8 #7

1.0.2

27 Apr 14:39
Compare
Choose a tag to compare

Fix #6 Migrator operations fail on an empty database
Thanks @irumiha

0.0.5

02 Dec 07:46
Compare
Choose a tag to compare

[Fix] Custom key did not force encode to bytes
[UX] copy method replace with copy_to method, hints you should use tofield together.

0.0.4

15 Nov 05:40
Compare
Choose a tag to compare

Fix didn't import exceptions #4

0.0.3

18 Sep 10:08
Compare
Choose a tag to compare

Fix customed model._meta.db_table #3

0.0.2

28 Apr 05:01
Compare
Choose a tag to compare

add Django model field db_index support
add Django model field unique support
fix key length check
fix null value replace method in sql
update readme
update tests file structure

0.0.1

26 Apr 08:12
Compare
Choose a tag to compare

Init project