Traceback (most recent call last):
File "/home/.../tests.py", line 1090, in test_archive
print(DataModelArchive.objects.all())
File "/home/.../venv/lib/python3.6/site-packages/django/db/models/query.py", line 248, in __repr__
data = list(self[:REPR_OUTPUT_SIZE + 1])
File "/home/.../venv/lib/python3.6/site-packages/django/db/models/query.py", line 272, in __iter__
self._fetch_all()
File "/home/.../venv/lib/python3.6/site-packages/django/db/models/query.py", line 1179, in _fetch_all
self._result_cache = list(self._iterable_class(self))
File "/home/.../venv/lib/python3.6/site-packages/django/db/models/query.py", line 63, in __iter__
obj = model_cls.from_db(db, init_list, row[model_fields_start:model_fields_end])
File "/home/.../lib/python3.6/site-packages/django/db/models/base.py", line 507, in from_db
new = cls(*values)
TypeError: __init__() takes from 1 to 2 positional arguments but 11 were given