I am getting the following error while doing initial sync:
python manage.py syncdb
Creating tables ...
/../django-mongodb-engine/django_mongodb_engine/query.py:3: DeprecationWarning: A() queries are deprecated as of 0.5 and will be removed in 0.6.
DeprecationWarning)
DatabaseError: Ordering can't span tables on non-relational backends (content_type__app_label).
Django Environment:
I am getting the following error while doing initial sync:
DatabaseError: Ordering can't span tables on non-relational backends (content_type__app_label).