Commit Graph
37 Commits
Author SHA1 Message Date
mrigalandMatthieu Rigal e438491938 typos 2015-06-23 23:16:08 +02:00
mrigalandMatthieu Rigal 307b35a5bf some more update, mainly docs 2015-06-23 23:16:08 +02:00
mrigalandMatthieu Rigal 217c9720ea added iterkeys method and optimized repr, still very ugly 2015-06-23 23:15:44 +02:00
mrigalandMatthieu Rigal 778c7dc5f2 general pep8 and more clean-up 2015-06-23 23:15:44 +02:00
mrigalandMatthieu Rigal 2e96302336 not in fix 2015-06-11 22:47:10 +02:00
mrigalandMatthieu Rigal 051cd744ad added another test to proove we still do not handle all cases well 2015-06-11 22:47:10 +02:00
mrigalandMatthieu Rigal 53fbc165ba added content of PR #688 with a test to proove it is a bit right 2015-06-11 22:47:10 +02:00
mrigalandMatthieu Rigal 1862bcf867 added test for abstract document without pk creation and adapted behaviour 2015-06-11 22:47:10 +02:00
mrigalandMatthieu Rigal c5ed308ea5 comments update after having tested PyMongo 3.0.1 2015-05-07 12:47:31 +02:00
mrigalandMatthieu Rigal 3ab5ba6149 added explicit warnings when calling methods having no effect anymore with PyMongo3+ 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 9b2fde962c added try except to geo test to catch random mongo internal errors 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 571a7dc42d Fix last issue with binary field as primary key and skipped new test 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 3421fffa9b reactivated unnecessarily skipped test 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal c25619fd63 improved deprecation documentation and added warning when using snapshot with PyMongo3 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 76adb13a64 Minor text and comments enhancements 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal 33b1eed361 corrected logical test for not Pymongo3 versions 2015-05-07 12:47:30 +02:00
mrigalandMatthieu Rigal c44891a1a8 changed unittest to call for compatibility with Python 2.6 2015-05-07 12:47:30 +02:00
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 7a749b88c7 added new test like defined in issue #712 and changed ObjectIdField to_python() method to use a try except similar to other Field classes 2015-04-08 15:38:49 +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