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

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.

4 participants