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

This commit is contained in:
Bastien Gérard
2020-03-17 21:29:47 +01:00
2 changed files with 1 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ Development
- 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 name parameter in Field constructor e.g `StringField(name="...")`, it was deprecated a while ago in favor of db_field
- Remove method queryset.slave_okay() that was deprecated a while ago and disappeared since pymongo3
Changes in 0.19.1
=================