Open megies opened 7 years ago
Here's another one, appears when deleting documents through the admin interface:
DEBUG Exception while resolving variable 'is_multipart' in template 'admin/documents/document/change_list.html'.
Traceback (most recent call last):
File "/home/megies/anaconda/envs/jane/lib/python3.4/site-packages/django/template/base.py", line 883, in _resolve_lookup
current = current[bit]
TypeError: 'NoneType' object is not subscriptable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/megies/anaconda/envs/jane/lib/python3.4/site-packages/django/template/base.py", line 891, in _resolve_lookup
current = getattr(current, bit)
AttributeError: 'NoneType' object has no attribute 'is_multipart'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/megies/anaconda/envs/jane/lib/python3.4/site-packages/django/template/base.py", line 898, in _resolve_lookup
current = current[int(bit)]
ValueError: invalid literal for int() with base 10: 'is_multipart'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/megies/anaconda/envs/jane/lib/python3.4/site-packages/django/template/base.py", line 905, in _resolve_lookup
(bit, current)) # missing attribute
django.template.base.VariableDoesNotExist: Failed lookup for key [is_multipart] in 'None'
When I navigate to the REST login page, I see the following error log in the debug output (logging in works, though):