We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ python -m unittest -q /Users/osteele/code/htl2/ABE/.direnv/python-3.6.5/lib/python3.6/site-packages/mongoengine/document.py:428: DeprecationWarning: save is deprecated. Use insert_one or replace_one instead object_id = collection.save(doc, **write_concern) /Users/osteele/code/htl2/ABE/.direnv/python-3.6.5/lib/python3.6/site-packages/mongoengine/queryset/queryset.py:51: DeprecationWarning: generator 'QuerySet._iter_results' raised StopIteration list(self._iter_results()) /Users/osteele/code/htl2/ABE/.direnv/python-3.6.5/lib/python3.6/site-packages/mongoengine/queryset/base.py:514: DeprecationWarning: update is deprecated. Use replace_one, update_one or update_many instead. upsert=upsert, **write_concern) /Users/osteele/code/htl2/ABE/.direnv/python-3.6.5/lib/python3.6/site-packages/mongoengine/dereference.py:32: DeprecationWarning: generator 'QuerySet._iter_results' raised StopIteration items = [i for i in items] /Users/osteele/code/htl2/ABE/abe/resource_models/label_resources.py:50: DeprecationWarning: generator 'QuerySet._iter_results' raised StopIteration return [mongo_to_dict(result) for result in results]
These are due to upstream issues in mongoengine:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These are due to upstream issues in mongoengine:
The text was updated successfully, but these errors were encountered: