Ross Lawley
|
bbdd15161a
|
0.6.3 release
|
2012-03-24 19:06:08 +00:00 |
|
Nils Hasenbanck
|
421f324f9e
|
Fixed the exception when saving a new session
The session was not created for some reason. Now it is.
Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
|
2012-03-24 19:43:01 +01:00 |
|
Nils Hasenbanck
|
3af6d0dbfd
|
Replaces deprecated hasher with new django 1.4 hasher
This way we can even use the new hasher configuration
django 1.4 provides.
Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
|
2012-03-24 11:08:00 +01:00 |
|
Nils Hasenbanck
|
e2bef076d3
|
Fixed the session backend for django 1.4
Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
|
2012-03-24 11:07:37 +01:00 |
|
Ross Lawley
|
3b5b715567
|
Merge branch 'dev' of https://github.com/aparrish/mongoengine into 466
|
2012-03-22 15:32:45 +00:00 |
|
Adam Parrish
|
520051af25
|
preparing values in a ListField won't mangle embedded documents any more
|
2012-03-21 11:03:49 -07:00 |
|
Colin Howe
|
7e376b40bb
|
Add new meta option to Document: allow_index_creation.
Defaults to True. If set to False then MongoEngine will not ensure indexes exist
|
2012-03-19 20:27:08 +00:00 |
|
Ross Lawley
|
bd1572f11a
|
Fixed upgrade docs and instructions
|
2012-03-12 10:31:51 +00:00 |
|
Adam Reeve
|
540a0cc59c
|
List all document errors when raising a ValidationError
|
2012-03-09 22:20:59 +13:00 |
|
Adam Reeve
|
83eb4f6b16
|
Document the ValidationError class
|
2012-03-09 22:20:54 +13:00 |
|
Ross Lawley
|
65591c7727
|
Version Bump
|
2012-03-08 12:40:07 +00:00 |
|
Ross Lawley
|
737cbf5f60
|
Updated docs and added fix for _types and positional operator
Bumped version to 0.6.2
|
2012-03-08 12:39:25 +00:00 |
|
Ross Lawley
|
859e9b3cc4
|
Version bump
|
2012-03-05 16:16:37 +00:00 |
|
Ross Lawley
|
c34e79fad9
|
Fix replicaset connection
|
2012-03-05 16:15:06 +00:00 |
|
Ross Lawley
|
6ecdc7b59d
|
Added FutureWarning for inherited classes not declaring allow_inheritance
Refs #437
|
2012-03-05 11:25:13 +00:00 |
|
Ross Lawley
|
b7d0d8f0cc
|
Added warning to SortedListField
|
2012-03-05 11:20:22 +00:00 |
|
Ross Lawley
|
df52ed1162
|
Merge pull request #449 from kajic/uri-fix
Uri connection fix
|
2012-03-05 00:23:18 -08:00 |
|
Robert Kajic
|
c272b7901f
|
Fix for bug where changes to a a embedded document field are not recorded if the root document was just created+saved.
|
2012-03-02 15:35:15 +01:00 |
|
Robert Kajic
|
c61de6540a
|
Don't ignore kwargs for uri style connections
|
2012-03-02 15:33:54 +01:00 |
|
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 |
|