Merge pull request #2279 from bagerard/drop_py2_support

Drop python 2 support
This commit is contained in:
Bastien Gérard
2020-04-25 14:22:23 +02:00
committed by GitHub
45 changed files with 484 additions and 680 deletions

View File

@@ -6,6 +6,7 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- ATTENTION: Drop support for Python2
- Add Mongo 4.0 to Travis
- Bump development Status classifier to Production/Stable #2232
- Improve Queryset.get to avoid confusing MultipleObjectsReturned message in case multiple match are found #630