I have a model like so:
class Order(models.Model): created_at = models.DateTimeField(...)
An order can be created at any time, but all o