Skip to content
New issue

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

Is django-attachments compatible with django 1.8? #27

Closed
erichschroeter opened this issue Oct 22, 2015 · 1 comment
Closed

Is django-attachments compatible with django 1.8? #27

erichschroeter opened this issue Oct 22, 2015 · 1 comment

Comments

@erichschroeter
Copy link

Do I have to add an attachments field to my models that I wish to attach attachments to?

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
@bartTC
Copy link
Owner

bartTC commented Mar 19, 2016

The develop branch is compatible with 1.8+ and is merged/released shortly.

@bartTC bartTC closed this as completed Mar 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants