Changes between Initial Version and Version 1 of Ticket #32513
- Timestamp:
- Mar 5, 2021, 1:05:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32513 – Description
initial v1 10 10 {{{ 11 11 class DataPoint(models.Model): 12 timestamp = models.DateTimeField( max_length=255)12 timestamp = models.DateTimeField() 13 13 14 14 d = DataPoint.objects.first()