Make analytics job ts settings hidden

* There isn't a great reason to allow the UI to edit these meta-data
  fields that denote the last time an analytics job ran.
* The only reason I hesitate to mark them uneditable in the API is that
  they are useful to change in order to influence when the jobs run.
  Mostly for debug purposes or 1-off.
This commit is contained in:
Chris Meyers 2024-09-16 14:12:23 -04:00 committed by Chris Meyers
parent 2fdb776ce7
commit 1881c26ac4

View File

@ -869,6 +869,7 @@ register(
allow_null=True,
category=_('System'),
category_slug='system',
hidden=True,
)
register(
@ -878,6 +879,7 @@ register(
allow_null=True,
category=_('System'),
category_slug='system',
hidden=True,
)
register(