adamchainz / gargoyle

:radio_button: Feature switches in Django
Apache License 2.0
109 stars 19 forks source link

Track switch creation date #89

Closed adamchainz closed 7 years ago

adamchainz commented 8 years ago

With lots of switches it's nice to know when it was created. Add a created_time field to Switch that auto-fills with timezone.now on creation, and display it in nexus.

nkovshov commented 7 years ago

Can't get what do you mean. Switch model already has date_created = models.DateTimeField(default=now) and it's displayed at switches list:

adamchainz commented 7 years ago

Yeah my bad. I don't know what I was thinking.