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
|
1e51180d42
|
Fixed geo index creation bug
fixes MongoEngine/mongoengine#36
|
2012-07-19 11:39:52 +01:00 |
|
Ross Lawley
|
8879d5560b
|
Added support for args / kwargs and queryset_manager
Closes MongoEngine/mongoengine#37
|
2012-07-19 10:32:33 +01:00 |
|
Ross Lawley
|
b0aa98edb4
|
Deref list custom id fix
|
2012-07-18 14:09:24 +01:00 |
|
Ross Lawley
|
a91b6bff8b
|
Merge branch 'master' of https://github.com/agonzalezro/mongoengine
|
2012-07-11 16:09:33 +01:00 |
|
Ross Lawley
|
450dc11a68
|
Unicode fixes
refs hmarr/mongoengine#533 MongoEngine/mongoengine#32
|
2012-07-11 16:01:24 +01:00 |
|
Ross Lawley
|
cbfdc401f7
|
Merge pull request #32 from jaimeirurzun/master
Fix _transform_update to accept unicode fields
Thanks jaimeirurzun
|
2012-07-11 06:24:29 -07:00 |
|
Ross Lawley
|
b58bf3e0ce
|
Added support for addToSet and each
fixes MongoEngine/mongoengine#33
|
2012-07-11 14:22:50 +01:00 |
|
Jaime Irurzun
|
1fff7e9aca
|
Fix _transform_update to accept unicode fields
|
2012-07-10 10:40:14 +01:00 |
|
Álex González
|
494b981b13
|
Default value for direction
|
2012-07-02 10:05:25 +02: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
|
3d0d2f48ad
|
Fixed map_field embedded db_field bug
fixes hmarr/mongoengine#512
|
2012-06-19 10:57:43 +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 |
|
Shaun Duncan
|
2d9b581f34
|
Adding check if cascade delete is self-referencing. If so, prevent
recursing if there are no objects to evaluate
|
2012-06-15 15:42:19 -04:00 |
|
Meir Kriheli
|
8060179f6d
|
Implement PULL reverse_delete_rule
|
2012-06-07 12:16:00 +03:00 |
|
Ross Lawley
|
8840680303
|
Promoted BaseDynamicField to DynamicField
closes mongoengine/mongoengine#22
|
2012-05-17 21:54:17 +01:00 |
|
Ross Lawley
|
ec5ddbf391
|
Fixed sparse indexes with inheritance
fixes hmarr/mongoengine#497
|
2012-05-14 12:06:25 +01:00 |
|
Ross Lawley
|
a536097804
|
Added support for pull operations on nested EmbeddedDocs
fixes mongoengine/mongoengine#16
|
2012-05-09 14:38:53 +01:00 |
|
Ross Lawley
|
5c4b33e8e6
|
Made note stronger re: race condition
Refs #478
|
2012-05-09 12:13:42 +01:00 |
|
Ross Lawley
|
eb54037b66
|
Added note that get_or_create contains a race condition
Refs #478
|
2012-05-09 12:08:00 +01:00 |
|
Ross Lawley
|
5bcbb4fdaa
|
Properly fixed indexing on _id for covered indexes
refs #4
|
2012-05-01 12:02:45 +01:00 |
|
Ross Lawley
|
ca8b58d66d
|
Fixed indexing on _id for covered indexes
fixes #4
|
2012-05-01 11:27:37 +01:00 |
|
Ross Lawley
|
4ce1ba81a6
|
Merge branch 'dev-disable-indexing' of https://github.com/colinhowe/mongoengine
Conflicts:
mongoengine/queryset.py
|
2012-05-01 09:37:01 +01:00 |
|
Greg Banks
|
410443471c
|
TopLevelDocumentMetaClass sets _meta['index_opts'] not _meta['index_options']
|
2012-04-26 14:03:30 -07:00 |
|
Greg Banks
|
0bb9781b91
|
add "safe" and "write_options" parameters to QuerySet.insert similar to Document.save
|
2012-04-26 13:56:52 -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
|
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
|
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
|
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
|
296ef5bddf
|
Merge branch 'geo2d' into dev
|
2012-02-24 10:28:52 +00:00 |
|
Ross Lawley
|
a59b518cf2
|
Updates to imports for future pymongo 2.2
|
2012-02-17 11:18:25 +00: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
|
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 |
|
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 |
|
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 |
|
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 |
|
Wilson Júnior
|
4a269eb2c4
|
added .select method
|
2011-12-12 13:39:37 -02:00 |
|
Ross Lawley
|
8d2bc444bb
|
db_alias using in model, queryset, reference fields, derefrence.
|
2011-12-07 01:16:36 -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 |
|