We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I have a Document similar to this:
class MyDocument(Document): name = fields.StringField()
The value of 'name' is changed to 'MyDocument' i.e. the name of the Document itself.
The text was updated successfully, but these errors were encountered:
I am also facing the same issue. Will be great if you guys can point me in the right direction.
Sorry, something went wrong.
Do you have any more details on the issue?
If I create a admin page for the above example
and set name = "My name" is the form when create or updating a new MyDocument, name field is still set as MyDocument.
i.e. document.name is always MyDocument no matter what I set it to.
No branches or pull requests
If I have a Document similar to this:
The value of 'name' is changed to 'MyDocument' i.e. the name of the Document itself.
The text was updated successfully, but these errors were encountered: