mongoengine-migrate
mongoengine-migrate copied to clipboard
Print warning if user has set `SequenceField.value_decorator`
SequenceField.value_decorator
uses to get next sequence value. By default it is int()
.
But the user could set custom decorator function. We cannot do smth with this change, but it's reasonable to print a warning about this fact when user executes makemigrations
.