Changes between Initial Version and Version 1 of Ticket #31435, comment 2
- Timestamp:
- Apr 8, 2020, 8:17:04 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31435, comment 2
initial v1 1 Judging by the trace of the exception it seems like you already forked `django-timeseries` or are using a different package with the same name since the Pypi one sdoesn't have a `models.py` file.1 Judging by the trace of the exception it seems like you already forked `django-timeseries` or are using a different package with the same name since the Pypi one doesn't have a `models.py` file. 2 2 3 3 In all cases your code was broken because you are accessing a deferred field in your `TimeSeries.__init__` model which is not allowed.