experimenter
experimenter copied to clipboard
Add a creation_date field to NimbusExperiment
Let's add a creation_date datetimefield to NimbusExperiment with auto_now_add=True and then we can default order the model by the pair of ('_start_date', 'creation_date')
for the landing page so we don't have to do any joins on the changelog model.
┆Issue is synchronized with this Jira Task