Brandur 11a6eec5f5 Don't allow protected fields in Save.update API operation
As described in #481, adding a protected field like `legal_entity` as
part of an update API operation can cause some issues like a custom
encoding scheme not being considered and special handling around empty
values being ignored.

As a an easy fix for this, let's disallow access to protected fields in
the same way that we disallow them from being set directly on an
instance of a given model.

Helps address (but is not a complete fix for) #481.
2016-11-28 11:42:57 -08:00
..
2016-01-19 15:31:44 -08:00
2015-07-02 11:51:38 -07:00
2015-10-05 12:15:09 -07:00
2015-10-05 12:15:09 -07:00
2015-07-02 11:51:38 -07:00
2016-07-28 17:25:06 -07:00