Changes between Initial Version and Version 1 of Ticket #31435, comment 2


Ignore:
Timestamp:
Apr 8, 2020, 8:17:04 AM (4 years ago)
Author:
Simon Charette

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 ones doesn't have a `models.py` file.
     1Judging 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.
    22
    33In all cases your code was broken because you are accessing a deferred field in your `TimeSeries.__init__` model which is not allowed.
Back to Top