Commit Graph
19 Commits
Author SHA1 Message Date
mrigalandMatthieu Rigal f31f52ff1c corrected test condition, depending on mongodb and not pymongo version 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 6ad9a56bd9 corrected bad import preventing to run on PyMongo 2.X versions 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal a5c2fc4f9d reinforced test for BinaryField being a Primary Key 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 0a65006bb4 replaced find_and_modify by PyMongo3 equivalents 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 3db896c4e2 work-around for pymongo 3 bug 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal e80322021a corrected and enhanced geo_index test 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal 48316ba60d implemented global IS_PYMONGO_3 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal c0f1493473 fix revert situated at the wrong location 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal ccbd128fa2 first adaptations after comments and find-outs 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal 46817caa68 various unused imports removed (I am allergic) 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal 775c8624d4 change to try to address issues due to new save() behaviour, not satisfying, some tests are still failing 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal 36eedc987c adapted index test to new explain output in pymongo3 and added comment to a possible pymongo3 bug 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal 3b8f31c888 fix problems with cursor arguments 2015-05-07 12:47:29 +02:00
mrigalandMatthieu Rigal a34fa74eaa fix connection problems with pymongo3 and added tests 2015-05-07 12:47:29 +02:00
mrigalandAxel Haustant aa7bf7af1e adapted setup.cfg to use nosetests standard and allow usage of --tests argument, documenting it in the readme 2015-04-28 20:08:54 +02:00
mrigal 8aaa5951ca fixed order of list for the test to pass 2014-12-03 13:13:07 +01:00
mrigal 531fa30b69 added test for capacity to get distinct on subdocument of a list 2014-12-01 18:20:29 +01:00
mrigal a03262fc01 implemented ability to return instances and not simple dicts for distinct on subdocuments 2014-11-28 16:23:23 +01:00
mrigal d65ce6fc2c fixed bug for queryset.distinct to work also on embedded documents, not just on lists of embedded documents 2014-11-28 13:54:33 +01:00