Ross Lawley
|
941042d0ba
|
Merge remote-tracking branch 'origin/pr/312' into 312
|
2013-05-10 14:44:44 +00:00 |
|
Ross Lawley
|
9251ce312b
|
Querysets now utilises a local cache
Changed __len__ behavour in the queryset (#247, #311)
|
2013-05-10 13:57:32 +00:00 |
|
Wilson Júnior
|
96a964a183
|
added .disable_inheritance method for the simple fetch exclusives classes
|
2013-05-09 13:18:58 -03:00 |
|
Ross Lawley
|
9dfee83e68
|
Fixed querying string versions of ObjectIds issue with ReferenceField (#307)
|
2013-05-07 11:54:47 +00:00 |
|
Ross Lawley
|
870ff1d4d9
|
Added $setOnInsert support for upserts (#308)
Upserts now possible with just query parameters (#309)
|
2013-05-07 11:11:55 +00:00 |
|
Ross Lawley
|
a2c429a4a5
|
Queryset cursor regeneration testcase
|
2013-05-02 10:48:09 +00:00 |
|
Ross Lawley
|
3d49c33c6a
|
Merge branch 'master' of github.com:MongoEngine/mongoengine
|
2013-05-01 08:48:42 +00:00 |
|
Ross Lawley
|
e58b3390aa
|
Removed import with from future
|
2013-05-01 08:48:14 +00:00 |
|
Alex Kelly
|
1c345edc49
|
Updated tests for passing write_concern to update and update_one to check return.
|
2013-04-30 21:43:44 +01:00 |
|
Ross Lawley
|
9c1cd81adb
|
Add support for new geojson fields, indexes and queries (#299)
|
2013-04-30 14:46:23 +00:00 |
|
Ross Lawley
|
5d7444c115
|
Ensure as_pymongo() and to_json honour only() and exclude() (#293)
|
2013-04-29 09:38:21 +00:00 |
|
Ross Lawley
|
5e94637adc
|
DecimalField now stores as float not string (#289)
|
2013-04-25 15:39:57 +00:00 |
|
Ross Lawley
|
81c7007f80
|
Added with_limit_and_skip support to count() (#235)
|
2013-04-23 10:38:32 +00:00 |
|
Ross Lawley
|
0d0befe23e
|
Removed __len__ from queryset (#247)
|
2013-04-22 16:19:55 +00:00 |
|
Ross Lawley
|
efad628a87
|
Objects queryset manager now inherited (#256)
|
2013-04-22 15:32:11 +00:00 |
|
Ross Lawley
|
c16e6d74e6
|
Updated connection to use MongoClient (#262, #274)
|
2013-04-22 15:07:15 +00:00 |
|
Ross Lawley
|
1108586303
|
Updated queryset
|
2013-04-18 13:26:35 +00:00 |
|
Ross Lawley
|
420376d036
|
Merge fixes
|
2013-04-17 14:27:33 +00:00 |
|
Ross Lawley
|
51e50bf0a9
|
Merge branch 'master' into 0.8M
Conflicts:
AUTHORS
docs/django.rst
mongoengine/base.py
mongoengine/queryset.py
tests/fields/fields.py
tests/queryset/queryset.py
tests/test_dereference.py
tests/test_document.py
|
2013-04-17 11:57:53 +00:00 |
|
Ross Lawley
|
04b85ddbf2
|
Merge branch 'master' into 0.8
Conflicts:
.travis.yml
AUTHORS
docs/changelog.rst
mongoengine/base.py
mongoengine/queryset.py
tests/queryset/queryset.py
|
2013-04-12 13:36:29 +00:00 |
|
Ross Lawley
|
025e17701b
|
Fixed inner queryset looping (#204)
|
2013-01-29 10:33:13 +00:00 |
|
Ross Lawley
|
d90890c08e
|
Merge branch 'single-work-op' of https://github.com/njoyce/mongoengine into 211
Conflicts:
mongoengine/document.py
tests/test_document.py
|
2013-01-28 15:05:12 +00:00 |
|
Ross Lawley
|
ba48dfb4bf
|
Added no_dereference method for querysets (#82) (#61)
|
2013-01-24 17:33:10 +00:00 |
|
Ross Lawley
|
e38bf63be0
|
Fixed overriding objects with custom manager (#58)
|
2013-01-24 11:29:51 +00:00 |
|
Ross Lawley
|
3a6dc77d36
|
Added no_dereference context manager (#82)
Reorganised the context_managers as well
|
2013-01-23 19:05:44 +00:00 |
|
Ross Lawley
|
2c7b12c022
|
Added support for $maxDistance (#179)
|
2013-01-22 13:31:53 +00:00 |
|
Ross Lawley
|
9bbd8dbe62
|
Querysets now return clones and are no longer edit in place
Fixes #56
|
2013-01-04 09:41:08 +00:00 |
|
Ross Lawley
|
42f506adc6
|
Updates to test suite
|
2012-12-19 13:58:04 +00:00 |
|
Ross Lawley
|
50b755db0c
|
Split out queryset tests
|
2012-12-19 13:35:37 +00:00 |
|