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

This commit is contained in:
Bastien Gérard
2019-04-25 22:15:48 +02:00
4 changed files with 71 additions and 27 deletions

View File

@@ -12,6 +12,7 @@ Development
- POTENTIAL BREAKING CHANGE: Aggregate gives wrong results when used with a queryset having limit and skip #2029
- mongoengine now requires pymongo>=3.5 #2017
- Generate Unique Indices for SortedListField and EmbeddedDocumentListFields #2020
- connect() fails immediately when db name contains invalid characters (e. g. when user mistakenly puts 'mongodb://127.0.0.1:27017' as db name, happened in #1718) or is if db name is of an invalid type
- (Fill this out as you fix issues and develop your features).
Changes in 0.17.0