Bastien Gérard
|
35b7efe3f4
|
refactored deprecated pymongo methods in tests
- remove/count/add_user/insert
- added pymongo_support
|
2019-03-02 00:28:38 +01:00 |
|
Bastien Gérard
|
89416d9856
|
Fix deprecation warning about Hashable in py3.7
|
2018-10-05 16:17:55 +02:00 |
|
Bastien Gérard
|
3d45cdc339
|
Implemented lazy regex compiling in Field classes to improve 'import mongoengine' performance
|
2018-08-03 23:36:26 +02:00 |
|
Stefan Wójcik
|
835d3c3d18
|
Improve the health of this package (#1428)
|
2016-12-11 18:49:21 -05:00 |
|
Stefan Wójcik
|
7b860f7739
|
Deprecate Python v2.6 (#1430)
|
2016-12-10 13:29:31 -05:00 |
|
mrigal
|
778c7dc5f2
|
general pep8 and more clean-up
|
2015-06-23 23:15:44 +02:00 |
|
mrigal
|
48316ba60d
|
implemented global IS_PYMONGO_3
|
2015-05-07 12:47:29 +02:00 |
|
mrigal
|
46817caa68
|
various unused imports removed (I am allergic)
|
2015-05-07 12:47:29 +02:00 |
|
Ross Lawley
|
d1d5972277
|
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
|
2014-06-26 16:34:02 +01:00 |
|
Ross Lawley
|
0b23bc9cf2
|
python 2.6.4 and lower cannot handle unicode keys passed to __init__ (MongoEngine/mongoengine#101)
|
2012-09-03 13:10:06 +01:00 |
|
Ross Lawley
|
e990a6c70c
|
Improve unicode key handling for PY25
|
2012-08-17 16:13:45 +01:00 |
|
Ross Lawley
|
dd4af2df81
|
Python 2.5 and 3.1 support confirmed
|
2012-08-07 13:07:51 +01:00 |
|