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-08-30 11:52:16 -07:00
2015-10-05 12:15:09 -07:00
2016-05-18 17:56:15 -07:00
2016-08-12 09:53:39 -07:00
2016-11-21 19:36:58 +01:00
2016-11-06 05:19:10 +00:00
2016-11-21 18:03:06 -08:00