Add #773 to changelog

This commit is contained in:
Dmitry Konishchev 2014-11-02 17:52:44 +03:00
parent bc9aff8c60
commit f571a944c9

View File

@ -37,7 +37,7 @@ Changes in 0.9.X - DEV
- Removing support for Django 1.4.x, pymongo 2.5.x, pymongo 2.6.x. - Removing support for Django 1.4.x, pymongo 2.5.x, pymongo 2.6.x.
- Removing support for Python < 2.6.6 - Removing support for Python < 2.6.6
- Fixed $maxDistance location for geoJSON $near queries with MongoDB 2.6+ #664 - Fixed $maxDistance location for geoJSON $near queries with MongoDB 2.6+ #664
- QuerySet.modify() method to provide find_and_modify() like behaviour #677 - QuerySet.modify() and Document.modify() methods to provide find_and_modify() like behaviour #677 #773
- Added support for the using() method on a queryset #676 - Added support for the using() method on a queryset #676
- PYPY support #673 - PYPY support #673
- Connection pooling #674 - Connection pooling #674