Updated minimum requirements
This commit is contained in:
parent
473d5ead7b
commit
7aa1f47378
4 changed files with 5 additions and 5 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
|
||||
Changes in 0.8.X
|
||||
================
|
||||
- Updated minimum requirement for pymongo to 2.5
|
||||
- Add support for new geojson fields, indexes and queries (#299)
|
||||
- If values cant be compared mark as changed (#287)
|
||||
- Ensure as_pymongo() and to_json honour only() and exclude() (#293)
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@ possible for the whole of the release.
|
|||
live. There maybe multiple manual steps in migrating and these are best honed
|
||||
on a staging / test system.
|
||||
|
||||
Python
|
||||
=======
|
||||
Python and PyMongo
|
||||
==================
|
||||
|
||||
Support for python 2.5 has been dropped.
|
||||
MongoEngine requires python 2.6 (or above) and pymongo 2.5 (or above)
|
||||
|
||||
Data Model
|
||||
==========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue