Jeff Bradberry 7a16782ebf Fix a problem with using PrimaryKeyRelatedField in our settings registry
DRF, when using this field, short-circuits the call to
.to_representation() when the value is None, since clearly you aren't
going to be able to get the .pk attribute off of it in that case.  We
were previously unconditionally calling .to_representation() which
throws an error when we try to clear the value of
DEFAULT_EXECUTION_ENVIRONMENT.
2021-06-09 13:48:23 -04:00
..
2021-04-30 14:32:05 -04:00
2021-04-30 14:32:05 -04:00
2021-04-30 14:32:05 -04:00
2021-04-30 14:32:05 -04:00