Merge branch 'master' into fix/add-dev-tools

This commit is contained in:
Filip Kucharczyk
2020-03-27 15:15:14 +01:00
committed by GitHub
31 changed files with 674 additions and 404 deletions

View File

@@ -52,7 +52,7 @@ rename its occurrences.
This release includes a major rehaul of MongoEngine's code quality and
introduces a few breaking changes. It also touches many different parts of
the package and although all the changes have been tested and scrutinized,
you're encouraged to thorougly test the upgrade.
you're encouraged to thoroughly test the upgrade.
First breaking change involves renaming `ConnectionError` to `MongoEngineConnectionError`.
If you import or catch this exception, you'll need to rename it in your code.