From b52d3e3a7ba36b65b18952a2ce114c4a07a42151 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Fri, 7 Apr 2017 10:34:04 -0400 Subject: [PATCH] added one more item to the v0.12.0 changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8764b8e9..2b07ed53 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ Changes in 0.12.0 ================= - POTENTIAL BREAKING CHANGE: Fixed limit/skip/hint/batch_size chaining #1476 - POTENTIAL BREAKING CHANGE: Changed a public `QuerySet.clone_into` method to a private `QuerySet._clone_into` #1476 +- Fixed the way `Document.objects.create` works with duplicate IDs #1485 - Fixed connecting to a replica set with PyMongo 2.x #1436 - Fixed using sets in field choices #1481 - Fixed deleting items from a `ListField` #1318