Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_dictfield_validation

This commit is contained in:
Bastien Gérard
2020-03-16 22:30:48 +01:00
12 changed files with 108 additions and 20 deletions

View File

@@ -6,6 +6,9 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- Add Mongo 4.0 to Travis
- 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
Changes in 0.19.2
=================