Releases: luojilab/django-mirage-field
Releases · luojilab/django-mirage-field
1.1.0
Add MIRAGE_SECRET_KEY
option in settings. #8 #7
1.0.2
Fix #6 Migrator operations fail on an empty database
Thanks @irumiha
0.0.5
[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
Fix didn't import exceptions
#4
0.0.3
Fix customed model._meta.db_table
#3
0.0.2
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