update input document ids during bulk insert #1919

This commit is contained in:
Bastien Gérard
2018-10-16 22:19:41 +02:00
parent b0148e7860
commit 4939a7dd7c
3 changed files with 100 additions and 53 deletions

View File

@@ -5,12 +5,14 @@ Changelog
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
- (Fill this out as you fix issues and develop your features).
=======
Changes in 0.15.4
=================
- Added `DateField` #513
Changes in 0.15.3
=================
- Subfield resolve error in generic_emdedded_document query #1651 #1652