You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when I POST and add a number of arbitrary fields to images they don't seem to picked up, it seems to behave like a regular document (not dynamic), i.e.:
Sorry. No time to check this currently. Can you check if we have a test to handle dynamic documents and compare? Does it work if there is reference list field, but is dynamic document a subdocument? Can you make a pull request with a test?
OK, as I said, I don't have much time for this now. Sorry. Will try to get back, but don't expect it too fast. So the whole interface between Tastypie and Mongoengine is a bit hackish, so for special features like this we might add another hack.
Let's say I have an article document with a list of references to image documents (which are dynamic).
Now when I POST and add a number of arbitrary fields to images they don't seem to picked up, it seems to behave like a regular document (not dynamic), i.e.:
Here the "dynamic" field isn't picked up and saved, it is stripped somewhere.
Is there anything wrong with above code? What could be the case here?
The text was updated successfully, but these errors were encountered: