At present, Normandy server does not accept either empty strings or nulls for this field. Since the model already has null=True, I went with that approach, explicitly converting empty strings to nulls. I have opened https://github.com/mozilla/normandy/pull/2010 to support this on the server side.
Fixes #808.
At present, Normandy server does not accept either empty strings or nulls for this field. Since the model already has
null=True
, I went with that approach, explicitly converting empty strings to nulls. I have opened https://github.com/mozilla/normandy/pull/2010 to support this on the server side.