-
Notifications
You must be signed in to change notification settings - Fork 346
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
Django 1.8 Support #189
Comments
It seems as if django/django@119154c breaks the marker somehow. Trying to investigate.. |
Yes, I have a feeling it is indeed related to the refactor of Django's |
It is related to the Django change, and also pytest-django issue #79, #117. pytest-django does not (currently) properly handle database access that happens in This is also discussed in this pytest issue: My current plan is to avoid to intercept calls to |
I also stumbled upon a Django bug (not directly related to this issue). There are also another test failure for the latest Django master that I hope can fix soon! |
Ok, all tests are now passing, if you could give this a try with your 1.8 projects that would be really helpful. Here is a one-liner to install the latest version:
|
Wow, thanks for such a quick fix. I am not near my machine at the moment, but will be there later today and can try it out. |
I can confirm that the dirt simple Django 1.8 app that I referenced in the initial post of this thread now works (repo). A build of Django Rest Framework master with Django 1.8 also appears to be free of 👍 |
Good to hear! I plan to merge a couple of other changes and have a new release today or tomorrow. |
Do you guys have a preliminary plan for supporting Django 1.8?
pytest-django is throwing:
all over the place for Django 1.8 builds of Django Rest Framework (see failed build example).
I was also having trouble getting even a simple project going (see repository):
Same test fails with
py.test
:I believe the Django 1.8 feature freeze is Jan 12th.
The text was updated successfully, but these errors were encountered: