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

Issue with Django 1.9 #25

Closed
mattijevi opened this issue Dec 3, 2015 · 3 comments
Closed

Issue with Django 1.9 #25

mattijevi opened this issue Dec 3, 2015 · 3 comments

Comments

@mattijevi
Copy link

I am trying out django 1.9 and getting this:

Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "lib/python2.7/site-packages/django/core/management/init.py", line 350, in execute_from_command_line
utility.execute()
File "lib/python2.7/site-packages/django/core/management/init.py", line 324, in execute
django.setup()
File "lib/python2.7/site-packages/django/init.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "lib/python2.7/site-packages/django/apps/registry.py", line 108, in populate
app_config.import_models(all_models)
File "lib/python2.7/site-packages/django/apps/config.py", line 202, in import_models
self.models_module = import_module(models_module_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/Users/mattmatijevich/Documents/next-door-now/trunk/ndn/website/models.py", line 14, in
from address.models import AddressField
File "lib/python2.7/site-packages/address/models.py", line 3, in
from django.db.models.fields.related import ForeignObject, ReverseSingleRelatedObjectDescriptor
ImportError: cannot import name ReverseSingleRelatedObjectDescriptor

@furious-luke
Copy link
Owner

Hi there!
Yep, it looks like 1.9 has moved and renamed that symbol. I'll see about updating django-address asap.
Cheers,
Luke

@erbridge
Copy link

This is fixed by #28.

@jgeerds
Copy link

jgeerds commented Mar 2, 2016

This issue is already fixed so we could close it

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

4 participants