This commit is contained in:
Raf Ven 2023-12-01 06:54:48 +00:00 committed by GitHub
commit caf71efb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,