Merge branch 'master' of github.com:MongoEngine/mongoengine into remove_old_deprecated_method
This commit is contained in:
@@ -9,6 +9,10 @@ Development
|
||||
- Add Mongo 4.0 to Travis
|
||||
- BREAKING CHANGE: Removed ``Queryset._ensure_indexes`` and ``Queryset.ensure_indexes`` that were deprecated in 2013.
|
||||
``Document.ensure_indexes`` still exists and is the right method to use
|
||||
- Fixed a bug causing inaccurate query results, while combining ``__raw__`` and regular filters for the same field #2264
|
||||
- Add support for the `elemMatch` projection operator in .fields() (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
|
||||
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239
|
||||
- Remove method queryset.slave_okay() that was deprecated a while ago and disappeared since pymongo3
|
||||
|
||||
Changes in 0.19.1
|
||||
=================
|
||||
|
||||
Reference in New Issue
Block a user