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

Compatibility for Django 1.10 #9

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

saintger
Copy link

@saintger saintger commented Oct 8, 2016

Integrate test fixes from gvangool and add some fixes for Django 1.10 compatibility.

gvangool and others added 9 commits January 6, 2016 15:46
- Mock no longer has a assert_called() function
- Corrects the mock.patch() call
--HG--
rename : example/__init__.py => example/example/__init__.py
rename : example/settings.py => example/example/settings.py
rename : example/urls.py => example/example/urls.py
@YPCrumble
Copy link

@saintger Thanks for submitting this! One issue I have as a new user is that the example site is broken with Django 1.10, at least per the instructions in the README.

Current error I'm getting is:

TemplateDoesNotExist at /
faq/base.html

Do you know if this is an issue with the way I'm setting up the example app or do we need to update the docs or perhaps adjust the TEMPLATES setting so that the example runs? Happy to make a commit for those changes once I figure out what I'm doing wrong :).

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.

3 participants