forked from jfinkels/flask-restless
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue#679 - try to deserialize patch request data before updating ins…
…tance - the idea is to deserialize the input fields into their actual representations so that the setattr method of _update_instance() sets the real instance values and that custom serialization of enum fields works as expected - this approach causes most unit tests in test_updating.py to fail :( due to the GeneratedIDNotAllowed exception. workaround? - jfinkels#679
- Loading branch information
Kiptoo Magutt
committed
Feb 2, 2018
1 parent
074a911
commit af96370
Showing
1 changed file
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters