remove qs.slave_okay() that is deprecated since pymongo3

This commit is contained in:
Bastien Gérard
2020-03-17 21:10:52 +01:00
parent 00ae6298d4
commit aadc6262ed
2 changed files with 1 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ Development
- Fixed a bug causing inaccurate query results, while combining ``__raw__`` and regular filters for the same field #2264
- 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 method queryset.slave_okay() that was deprecated a while ago and disappeared since pymongo3
Changes in 0.19.1
=================