c9a5710554Fixed order_by chaining issue (#265)
Ross Lawley
2013-04-12 15:56:40 +00:00
f10e946896Merge remote-tracking branch 'origin/pr/265' into 265
Ross Lawley
2013-04-12 14:27:37 +00:00
2f19b22bb2Added dereference support for tuples (#250)
Ross Lawley
2013-04-12 14:25:43 +00:00
d134e11c6dMerge remote-tracking branch 'origin/pr/250'
Ross Lawley
2013-04-12 14:24:18 +00:00
63edd16a92Resolve field name to db field name when using distinct(#260, #264, #269)
Ross Lawley
2013-04-12 14:20:44 +00:00
37740dc010Added kwargs to doc.save to help interop with django (#223, #270)
Ross Lawley
2013-04-12 14:05:08 +00:00
04b85ddbf2Merge branch 'master' into 0.8
Ross Lawley
2013-04-12 13:36:29 +00:00
836dc96f67Updated changelog
Ross Lawley
2013-04-12 12:56:15 +00:00
49a7542b14Fixing cloning in python 3
Ross Lawley
2013-04-12 12:55:03 +00:00
a84ffce5a0Merge remote-tracking branch 'origin/pr/272'
Ross Lawley
2013-04-12 10:55:09 +00:00
210b3e5192Merge remote-tracking branch 'origin/pr/254'
Ross Lawley
2013-04-12 10:41:07 +00:00
5f1d5ea056Try and fix wobbly test
Ross Lawley
2013-04-12 10:35:09 +00:00
19a7372ff9Fix test_require for Django
Ross Lawley
2013-04-12 10:32:50 +00:00
cc5b60b004Updated pymongo versions and pillow wont work
Ross Lawley
2013-04-12 10:30:52 +00:00
b06f9dbf8dTravis travis travis
Ross Lawley
2013-04-12 10:02:55 +00:00
d9b8ee7895next test
Ross Lawley
2013-04-11 15:47:53 +00:00
e9ff655b0eTrying to fix travis
Ross Lawley
2013-04-11 14:58:42 +00:00
d58341d7aeFix doc generation path (#230)
Ross Lawley
2013-04-11 13:15:17 +00:00
669d21a114Merge pull request #241 from benoitlouy/fixing_travis_build
Ross Lawley
2013-04-11 04:51:51 -07:00
7e980a16d0Don't run unset on IntField if the value is 0 (zero).
Kristinn Örn Sigurðsson
2013-04-05 11:01:46 +02:00
47df8deb58Fix the implementation.
Kristinn Örn Sigurðsson
2013-04-04 17:30:21 +02:00
dd006a502eDon't run unset on IntField if the value is 0 (zero).
Kristinn Örn Sigurðsson
2013-04-04 17:09:05 +02:00
782d48594aFixes resolving to db_field from class field name, in distinct() query.
bool.dev
2013-04-04 08:24:35 +05:30
07d3e52e6aTests for construction using positional parameters.
Alice Bevan-McGregor
2013-04-03 15:03:33 -04:00
fc1ce6d39bAllow construction of document instances using positional arguments.
Alice Bevan-McGregor
2013-04-03 15:00:51 -04:00
32d5c0c946Store ordered list of field names, and return the ordered list when iterating a document instance.
Alice Bevan-McGregor
2013-04-03 15:00:34 -04:00
dfabfce01bshow that order_by followed by limit works, but not the other way around
Stefan Wojcik
2013-04-01 17:17:01 -07:00
74f3f4eb15more ordering unit tests
Stefan Wojcik
2013-04-01 16:17:17 -07:00
20cb0285f0explicitly check for Document instances when dereferencing
Paul Swartz
2013-03-27 14:53:47 -04:00
faf840f924only mark a field as changed if the value has changed
Paul Swartz
2013-03-25 10:59:31 -04:00
165bea5bb9QuerySet chaining test was supplemented with ReferenceField chaining test
Aleksandr Sorokoumov
2013-03-18 12:32:49 +01:00
f7515cfca8add myself to AUTHORS
Aleksandr Sorokoumov
2013-03-18 12:22:55 +01:00