Browse Source

publish muk_autovacuum - 12.0

pull/9/head
MuK IT GmbH 6 years ago
parent
commit
1d5920770e
  1. 1
      muk_autovacuum/models/rules.py

1
muk_autovacuum/models/rules.py

@ -196,6 +196,7 @@ class AutoVacuumRules(models.Model):
'size': [('invisible', True)],
'domain': [('invisible', True)] ,
'code': [('required', True)]},
default="# Enter Python code here. Help about Python expression is available in the help tab of this document.",
help="Code which will be executed during the clean up.")
protect_starred = fields.Boolean(

Loading…
Cancel
Save