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

improved support for Django 1.6.1 #32

Merged
merged 1 commit into from Oct 2, 2016

Conversation

gutomaia
Copy link
Contributor

Django 1.6 does not have the setup function.

That fixed architect for projects that uses Django 1.6.1.

@coveralls
Copy link

coveralls commented Sep 22, 2016

Coverage Status

Changes Unknown when pulling 3ca39a8 on gutomaia:fix_django_1_6_1 into * on maxtepkeev:master*.

@maxtepkeev maxtepkeev merged commit f71a7c2 into maxtepkeev:master Oct 2, 2016
@maxtepkeev maxtepkeev added the bug label Oct 2, 2016
@maxtepkeev maxtepkeev self-assigned this Oct 2, 2016
@maxtepkeev
Copy link
Owner

Thanks!

@maxtepkeev
Copy link
Owner

maxtepkeev commented Oct 2, 2016

Okay, looks like I was too fast...

Why exactly do we need to do that ? If you look at the code, a call to setup() is wrapped inside try/catch block, so it should work correctly on Django 1.6.

Did you have amy problems with it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants