Robert Kajic
|
3c7bf50089
|
Make uri style connections use parameters not specified in the uri, as well as other keyword arguments
|
2012-03-02 15:33:38 +01:00 |
|
Ross Lawley
|
32fc4152a7
|
Enable covered indexes for simple documents.
Refs #444
|
2012-03-02 13:42:24 +00:00 |
|
Ross Lawley
|
bdf7187d5c
|
Added a limit to .get
|
2012-02-29 14:57:24 +00:00 |
|
Ross Lawley
|
1639576203
|
Bumped version
|
2012-02-29 12:05:47 +00:00 |
|
Ross Lawley
|
a2eb876f8c
|
No longer always upsert on save
closes #407
|
2012-02-29 11:39:10 +00:00 |
|
Ross Lawley
|
398fd4a548
|
Merge branch 'cleaned_dev' of https://github.com/Ankhbayar/mongoengine into test
|
2012-02-29 11:13:48 +00:00 |
|
Ross Lawley
|
44b9fb66e1
|
Updates must have an operation
Closes #387
|
2012-02-29 11:04:09 +00:00 |
|
Ross Lawley
|
1d7ea71c0d
|
DeReference is now used in a thread safe manner
No global / module instance is needed
Fixes #399
|
2012-02-29 10:31:33 +00:00 |
|
Ross Lawley
|
2a391f0f16
|
Raise an error if trying to perform a join
You can't join across reference fields, so raise an error
if someone tries to.
|
2012-02-29 10:10:51 +00:00 |
|
Ross Lawley
|
6a229cfbc5
|
Updates can now take raw queries
|
2012-02-24 15:48:32 +00:00 |
|
Ross Lawley
|
4466005363
|
Merge branch 'dev' of github.com:hmarr/mongoengine into dev
|
2012-02-24 10:29:06 +00:00 |
|
Ross Lawley
|
296ef5bddf
|
Merge branch 'geo2d' into dev
|
2012-02-24 10:28:52 +00:00 |
|
Robert Kajic
|
855933ab2a
|
uri_dict will have the 'database' key even if the database wasn't present in the uri. We must check it's value as well.
|
2012-02-24 00:07:57 +01:00 |
|
Ross Lawley
|
ece8d25187
|
Added replicaset connection support
Provide replicaSet=NAME in your connection.
fixes #423
|
2012-02-17 17:09:48 +00:00 |
|
Ross Lawley
|
a59b518cf2
|
Updates to imports for future pymongo 2.2
|
2012-02-17 11:18:25 +00:00 |
|
Ross Lawley
|
df65f3fc3f
|
base no longer expects meta to have allow_inheritance
Closes #430 #431
|
2012-02-17 09:41:01 +00:00 |
|
Анхбаяр Лхагвадорж
|
4a9ed5f2f2
|
Fix derefcence failed some case.
|
2012-02-02 18:33:12 +08:00 |
|
Robert Kajic
|
d3962c4f7d
|
Added support for creating a geo2d index by prefixing the field name with a *
|
2012-01-31 22:31:24 +01:00 |
|
Ross Lawley
|
0301135f96
|
Added uri style connection handling
|
2012-01-30 10:24:45 +00:00 |
|
Ross Lawley
|
f59aa922ea
|
Added more .scalar tests
|
2012-01-27 12:20:47 +00:00 |
|
Ross Lawley
|
f60a49d6f6
|
Added .scalar to Queryset
More efficient than the previous .values_list implementation Ref #393
Reverted some of the .values_list code thats no longer needed.
Closes #415
|
2012-01-27 11:45:12 +00:00 |
|
Alice Bevan-McGregor
|
9a190eb00d
|
Added ability to have scalar return values instead of partially-populated Document instances.
|
2012-01-27 11:45:11 +00:00 |
|
Chris Faulkner
|
50d9b0b796
|
Add dict.update() support to BaseDict.
|
2012-01-16 19:13:03 +08:00 |
|
Ross Lawley
|
1afe7240f4
|
Fixed pagination limit / skip bug
fixes #398
|
2012-01-16 09:03:12 +00:00 |
|
Wilson Júnior
|
d8855a4a0f
|
fixes for None values in QuerySet.values_list
|
2012-01-05 13:35:32 -02:00 |
|
Ross Lawley
|
318b42dff2
|
Merge pull request #393 from wpjunior/queryset_select
select method in Queryset
|
2012-01-03 12:40:49 -08:00 |
|
Wilson Júnior
|
0d867a108d
|
mixin inheritance
|
2011-12-19 11:31:42 -02:00 |
|
Wilson Júnior
|
5ee4b4a5ac
|
added count/len for ListResult
|
2011-12-16 11:49:20 -02:00 |
|
Wilson Júnior
|
62219d9648
|
changed name
|
2011-12-16 11:07:38 -02:00 |
|
Ross Lawley
|
6d9bfff19c
|
Started work on performance
Added an initial benchmark.py
Much more performant than 0.5.2 but still work todo.
|
2011-12-16 12:41:47 +00:00 |
|
Ross Lawley
|
7614b92197
|
Fixes super in BaseDict
Closes #395
|
2011-12-15 09:16:35 +00:00 |
|
Wilson Júnior
|
ca7b2371fb
|
added support for dereferences
|
2011-12-13 11:54:19 -02:00 |
|
Wilson Júnior
|
ed5fba6b0f
|
support for embedded fields
|
2011-12-13 07:46:49 -02:00 |
|
Ross Lawley
|
2b3b3bf652
|
Prelim PyPy support
Refs: #392
|
2011-12-12 16:26:10 +00:00 |
|
Ross Lawley
|
11daf706df
|
Added Sharding support
Added shard_key meta, so save() and update() passes shard keys
to the pymongo query. Also made shard key fields immutable.
Closes #388 and #389
|
2011-12-12 16:13:19 +00:00 |
|
Wilson Júnior
|
4a269eb2c4
|
added .select method
|
2011-12-12 13:39:37 -02:00 |
|
Ross Lawley
|
9b3899476c
|
Allow arbitary kwargs to be passed to pymongo
Fix pymongo 2.1+ check
Closes #390 closes #378
|
2011-12-12 09:14:50 +00:00 |
|
Ross Lawley
|
febb3d7e3d
|
Updated connection - so handles < pymongo 2.1
Updated docs
Refs #378
|
2011-12-09 08:39:50 -08:00 |
|
Ross Lawley
|
83e3c5c7d8
|
Updated connection for pymongo 2.1 support
closes #378
|
2011-12-09 08:26:39 -08:00 |
|
Wilson Júnior
|
56c4292164
|
added custom db_alias support for MongoEngine DjangoSession
|
2011-12-07 13:36:35 -02:00 |
|
Ross Lawley
|
3e2f035400
|
Abstract documents can now declare indexes
fixes #380
|
2011-12-07 02:15:50 -08:00 |
|
Ross Lawley
|
112e921ce2
|
Syntax cleaning
|
2011-12-07 01:34:36 -08:00 |
|
Ross Lawley
|
8d2bc444bb
|
db_alias using in model, queryset, reference fields, derefrence.
|
2011-12-07 01:16:36 -08:00 |
|
Ross Lawley
|
cf4a45da11
|
Dynamic Documents now support string query lookups
|
2011-12-06 06:38:25 -08:00 |
|
Ross Lawley
|
84f9e44b6c
|
Fixed GridFS documents can now be pickled
Refs #135 #381
|
2011-12-05 04:16:57 -08:00 |
|
Ross Lawley
|
700bc1b4bb
|
Multiple fields with the same db_field now raises Exception
Closes #329
|
2011-12-02 08:44:15 -08:00 |
|
Ross Lawley
|
9bfc838029
|
Updated Docs and bumped version
Hopefully nearer 0.6
closes #368
|
2011-12-02 08:14:25 -08:00 |
|
Ross Lawley
|
e9d7353294
|
Updated with_id to raise Error if used with a filter.
Closes #365
|
2011-12-02 07:11:06 -08:00 |
|
Ross Lawley
|
a6948771d8
|
Added ReferencField handling with .distinct()
Closes #356
|
2011-12-02 06:47:58 -08:00 |
|
Ross Lawley
|
9f1196e982
|
Merge branch 'dev' of github.com:hmarr/mongoengine into dev
|
2011-12-02 06:04:12 -08:00 |
|