mongoengine-migrate icon indicating copy to clipboard operation
mongoengine-migrate copied to clipboard

Print warning if user has set `SequenceField.value_decorator`

Open bdragon300 opened this issue 4 years ago • 0 comments

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.

bdragon300 avatar Dec 14 '20 20:12 bdragon300