mongoengine-migrate
mongoengine-migrate copied to clipboard
Add "by_doc" updating to `BinaryFieldHandler.change_max_bytes`
BinaryFieldHandler.change_max_bytes invokes when BinaryField.max_bytes changes its value.
Now this method does nothing. It's needed to add binary document field value cutting in "by_doc" callback.