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

Updated to work with django 1.9 #8

Closed
wants to merge 2 commits into from
Closed

Conversation

llaisdy
Copy link

@llaisdy llaisdy commented May 24, 2016

Changes are all to finders.py:

  • replaced AppStaticStorage with StaticFilesStorage
  • replaced Django's SortedDict with Python's own OrderedDict
  • some other import path changes

@yoanisgil
Copy link

LGTM. Builds are failing on Travis, whic is OK given that the changes are not backwards compatible with Django <= 1.6 but that's all right I guess since Django 1.6 is no longer officially supported.

@llaisdy
Copy link
Author

llaisdy commented May 24, 2016

Looks like it's the Django<=1.6, Python=2.6 combo that does it. :)

@llaisdy llaisdy closed this May 24, 2016
@llaisdy
Copy link
Author

llaisdy commented May 24, 2016

I've closed the PR as there's still a SortedDict in collectlayers.py. Will redo shortly.

@llaisdy
Copy link
Author

llaisdy commented May 24, 2016

see #9

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

Successfully merging this pull request may close these issues.

None yet

2 participants