Skip to content

Commit ab1c333

Browse files
author
Jan Schrewe
committed
Require mongoengine >= 0.6
1 parent 52fe271 commit ab1c333

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This is an implementation of django's model forms for mongoengine documents.
44

55
## Requirements
66

7-
* [mongoengine](http://mongoengine.org/)
7+
* Django >= 1.3
8+
* [mongoengine](http://mongoengine.org/) >= 0.6
89

910
## Usage
1011

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def convert_readme():
3030
long_description=convert_readme(),
3131
include_package_data=True,
3232
zip_safe=False,
33-
install_requires=['setuptools', 'django>=1.3', 'mongoengine',],
33+
install_requires=['setuptools', 'django>=1.3', 'mongoengine>=0.6',],
3434
)

0 commit comments

Comments
 (0)