Peter Teichman
9d52e18659
Don't freeze the current query state when calling .order_by()
...
This changes order_by() to eliminate its reference to
self._cursor. This meant that any parameters built by QuerySet
that followed an order_by() clause were ignored.
2012-11-27 10:55:55 -05:00
Ross Lawley
475488b9f2
Added support for distinct and db_alias ( MongoEngine/mongoengine#59 )
2012-08-07 10:04:05 +01:00
Anthony Nemitz
12c8b5c0b9
Make chained querysets work if constraining the same fields.
...
Refs hmarr/mongoengine#554
2012-08-07 08:59:56 +01:00
Ross Lawley
0018c38b83
Fixed queryset manager issue ( MongoEngine/mongoengine#52 )
2012-08-01 13:51:51 +01:00
Ross Lawley
6526923345
Fixed recursion loading bug in _get_changed_fields
...
fixes hmarr/mongoengine#548
2012-07-26 16:00:32 +01:00
Ross Lawley
6459d4c0b6
Fixed issue with custom queryset manager expecting explict variable names
...
If using / expecting kwargs you have to call the queryset manager
explicitly.
2012-07-25 14:55:10 +01:00
Ross Lawley
d83e67c121
Added support for null / zero / false values in item_frequencies
...
refs /MongoEngine/mongoengine#40
2012-07-19 12:08:07 +01:00
Ross Lawley
b58bf3e0ce
Added support for addToSet and each
...
fixes MongoEngine/mongoengine#33
2012-07-11 14:22:50 +01:00
Ross Lawley
056c604dc3
Fixes __repr__ modifying the cursor
...
Fixes MongoEngine/mongoengine#30
2012-06-22 16:22:27 +01:00
Ross Lawley
ea31846a19
Fixes scalar lookups for primary_key
...
fixes hmarr/mongoengine#519
2012-06-19 16:59:18 +01:00
Ross Lawley
766d54795f
Merge branch 'master' of https://github.com/MeirKriheli/mongoengine
...
Conflicts:
docs/changelog.rst
2012-06-18 21:10:14 +01:00
Ross Lawley
2435786713
Merge branch 'master' of https://github.com/shaunduncan/mongoengine
2012-06-18 20:55:32 +01:00
Ross Lawley
65a2f8a68b
Updated configs
2012-05-29 17:06:03 +01:00