We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do I have to add an attachments field to my models that I wish to attach attachments to?
attachments
VariableDoesNotExist at /testproject/requirements/1/ Failed lookup for key [attachments] in u"[{'False': False, 'None': None, 'True': True}, {}, {}, {'project': <Project: testproject>, 'requirement': <Requirement: 1: A test requirement.>, u'object': <Requirement: 1: A test requirement.>, u'view': <requirements.views.RequirementRead object at 0x7f4fa42bf890>}]" Request Method: GET Request URL: http://localhost:8000/testproject/requirements/1/ Django Version: 1.8.5 Exception Type: VariableDoesNotExist Exception Value: Failed lookup for key [attachments] in u"[{'False': False, 'None': None, 'True': True}, {}, {}, {'project': <Project: testproject>, 'requirement': <Requirement: 1: A test requirement.>, u'object': <Requirement: 1: A test requirement.>, u'view': <requirements.views.RequirementRead object at 0x7f4fa42bf890>}]" Exception Location: /home/erich/.virtualenvs/reqtangle/local/lib/python2.7/site-packages/django/template/base.py in _resolve_lookup, line 839 Python Executable: /home/erich/.virtualenvs/reqtangle/bin/python Python Version: 2.7.6 Python Path: ['/home/erich/src/reqtangle/reqtangle', '/home/erich/.virtualenvs/reqtangle/lib/python2.7', '/home/erich/.virtualenvs/reqtangle/lib/python2.7/plat-x86_64-linux-gnu', '/home/erich/.virtualenvs/reqtangle/lib/python2.7/lib-tk', '/home/erich/.virtualenvs/reqtangle/lib/python2.7/lib-old', '/home/erich/.virtualenvs/reqtangle/lib/python2.7/lib-dynload', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/home/erich/.virtualenvs/reqtangle/local/lib/python2.7/site-packages', '/home/erich/.virtualenvs/reqtangle/lib/python2.7/site-packages'] Server time: Thu, 22 Oct 2015 15:18:33 +0000
The text was updated successfully, but these errors were encountered:
The develop branch is compatible with 1.8+ and is merged/released shortly.
Sorry, something went wrong.
No branches or pull requests
Do I have to add an
attachments
field to my models that I wish to attach attachments to?The text was updated successfully, but these errors were encountered: