added one more item to the v0.12.0 changelog

This commit is contained in:
Stefan Wojcik 2017-04-07 10:34:04 -04:00
parent 888a6da4a5
commit b52d3e3a7b

View File

@ -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