Fix bug when using GenericReferenceField, modifications to the referenced document are tracked in the parent #1934

This commit is contained in:
Bastien Gérard
2018-10-30 22:52:50 +01:00
parent 18b47e4a73
commit f6cd349a16
3 changed files with 33 additions and 4 deletions

View File

@@ -6,6 +6,8 @@ Development
===========
- QuerySet limit function behaviour: Passing 0 as parameter will return all the documents in the cursor #1611
- bulk insert updates the ids of the input documents #1919
- Fix an harmless bug related to GenericReferenceField where modifications in the generic-referenced document
were tracked in the parent (#1934)
- (Fill this out as you fix issues and develop your features).
=======
Changes in 0.15.4