improve doc + changelog

This commit is contained in:
Bastien Gérard
2020-05-26 23:45:35 +02:00
parent 7b4175fc5c
commit 194b0cac88
3 changed files with 13 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
- Fixed a bug that made the queryset drop the read_preference after clone().
- Fix a bug that made the queryset drop the read_preference after clone().
- Fix the behavior of Doc.objects.limit(0) which should return all documents (similar to mongodb) #2311
Changes in 0.20.0
=================