add #1389 to the changelog

This commit is contained in:
Stefan Wojcik 2016-11-24 09:40:17 -05:00
parent 36c56243cd
commit d19bb2308d

View File

@ -19,6 +19,7 @@ Changes in 0.10.7 - DEV
- Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336
- Fixed support for `__` to escape field names that match operators names in `update` #1351
- Add support for pickling QuerySet instances. #1397
- Fixed connecting to a list of hosts #1389
Changes in 0.10.6
=================