Merge pull request #2414 from bagerard/fix_db_fields_inconsistencies_in_constructor

Fix some issues related with db_field in constructor
This commit is contained in:
Bastien Gérard
2020-11-18 22:25:25 +01:00
committed by GitHub
4 changed files with 108 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ Development
This should have a negative impact on performance of count see Issue #2219
- Fix a bug that made the queryset drop the read_preference after clone().
- Remove Py3.5 from CI as it reached EOL and add Python 3.9
- Fix some issues related with db_field conflict in constructor #2414
- Fix the behavior of Doc.objects.limit(0) which should return all documents (similar to mongodb) #2311
- Bug fix in ListField when updating the first item, it was saving the whole list, instead of
just replacing the first item (as it's usually done) #2392