Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

fix a bug #191

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

fix a bug #191

wants to merge 9 commits into from

Conversation

dtynn
Copy link

@dtynn dtynn commented Sep 22, 2014

i used a single field structure in a model, like

class A(Document):
structure = {
"a": unicode
}

and added another field, so the model looks like:

class A(Document):
structure = {
"a": unicode,
"b": unicode,
}

but it wouldn't raise the "missed fields" error when i tried to update the data with old structure.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants