Changes between Initial Version and Version 1 of Ticket #32513


Ignore:
Timestamp:
Mar 5, 2021, 1:05:18 PM (4 years ago)
Author:
Arthur Moore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32513 – Description

    initial v1  
    1010{{{
    1111class DataPoint(models.Model):
    12     timestamp = models.DateTimeField(max_length=255)
     12    timestamp = models.DateTimeField()
    1313
    1414d = DataPoint.objects.first()
Back to Top