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

Django 1.8 DeprecationError #176

Closed
andreyrusanov opened this issue Oct 14, 2014 · 2 comments
Closed

Django 1.8 DeprecationError #176

andreyrusanov opened this issue Oct 14, 2014 · 2 comments

Comments

@andreyrusanov
Copy link

I'm using django_nose 1.2. I get:

/venv/lib/python3.3/site-packages/django/test/_doctest.py:59: RemovedInDjango18Warning: The django.test._doctest module is deprecated; use the doctest module from the Python standard library instead.
  RemovedInDjango18Warning)

/var/www/auth_api/venv/lib/python3.3/site-packages/django/test/simple.py:27: RemovedInDjango18Warning: The django.test.simple module and DjangoTestSuiteRunner are deprecated; use django.test.runner.DiscoverRunner instead.
  RemovedInDjango18Warning)

on every manage.py command.

@hwkns
Copy link

hwkns commented Nov 7, 2014

Duplicate of #149. Fixed in master but needs a PyPI release.

@jwhitlock
Copy link
Contributor

1.4 released

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

3 participants