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

c16ca8 breaks compatibility with django 1.6.x #14

Open
bryanchriswhite opened this issue Nov 14, 2014 · 1 comment
Open

c16ca8 breaks compatibility with django 1.6.x #14

bryanchriswhite opened this issue Nov 14, 2014 · 1 comment

Comments

@bryanchriswhite
Copy link

storages/backends/s3boto.py:14

from django.utils.deconstruct import deconstructible

STDERR:

...
File "~/.env/lib/python3.4/site-packages/storages/backends/s3boto.py", line 14, in <modul│
e>                                                                                                    │
    from django.utils.deconstruct import deconstructible                                              │
ImportError: No module named 'django.utils.deconstruct'

Can you add a tag to 0c3ee5f to indicate that it's the latest commit compatible with django 1.6.x or something?

@jschneier
Copy link

@bryanchriswhite i forked the original repository recently and am trying to support all supported django versions. i added the above feature in a backwards compatible way. i haven't released the python3 support but my fork is here and any help testing to make sure python3 works and can be released would be great. (i also went through this repo and backported what i think are the relevant py3k commits)

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