Merge pull request #2031 from yandrieiev/fail_fast_when_invalid_db_name

Fail fast when db name is invalid
This commit is contained in:
Bastien Gérard
2019-04-10 22:50:29 +02:00
committed by GitHub
4 changed files with 45 additions and 1 deletions

View File

@@ -7,6 +7,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