Merge 9a056d5be6 into 4be3758713
This commit is contained in:
commit
caf71efb04
|
|
@ -404,6 +404,7 @@ class ServerEnvMixin(models.AbstractModel):
|
|||
fieldlabel = "{} {}".format(base_field.string or "", "Env Default")
|
||||
field_args.update(
|
||||
{
|
||||
"readonly": False,
|
||||
"sparse": "server_env_defaults",
|
||||
"automatic": True,
|
||||
"string": fieldlabel,
|
||||
|
|
|
|||
Loading…
Reference in New Issue