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

Deprecation Warning #197

Open
roycehaynes opened this issue Aug 25, 2014 · 2 comments
Open

Deprecation Warning #197

roycehaynes opened this issue Aug 25, 2014 · 2 comments

Comments

@roycehaynes
Copy link

When running

./manage.py syncdb

The following message displays:

/Users/foo/Sites/.virtualenvs/revup/lib/python2.7/site-packages/django_mongodb_engine/creation.py:98: DeprecationWarning: 'descending_indexes', 'sparse_indexes' and 'index_together' are deprecated and will be ignored as of version 0.6. Use 'indexes' instead.
  "Use 'indexes' instead.", DeprecationWarning)

Enviroment:

  • Django v1.5.8
  • Mac OSX v10.9.4
  • django-mongodb-engine==0.5.2
  • djangorestframework==2.3.14
  • djangotoolbox==1.6.2
@sgourichon
Copy link

Looks like mongodb-engine is actually complaining about the code that uses it, rather than a bug in mongodb-engine. Anyone can confirm ?

@sgourichon
Copy link

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

2 participants