Removed support for old versions

- Removing support for Django 1.4.x, pymongo 2.5.x, pymongo 2.6.x.
- Removing support for Python < 2.6.6
This commit is contained in:
Ross Lawley
2014-06-26 16:34:02 +01:00
parent 2c07d77368
commit d1d5972277
6 changed files with 11 additions and 75 deletions

View File

@@ -7,6 +7,8 @@ Changes in 0.9.X - DEV
======================
- pypy support #673
- Enabled connection pooling #674
- Removing support for Django 1.4.x, pymongo 2.5.x, pymongo 2.6.x.
- Removing support for Python < 2.6.6
Changes in 0.8.7
================