André Ericson
|
3569529a84
|
Fix KeyError on reload() from a DynamicDocument
If the document is in memory and a field is deleted from the db,
calling reload() would raise a KeyError.
|
2014-11-08 19:11:51 -03:00 |
|
Yohan Graterol
|
73d6bc35ec
|
Fix merge with AUTHORS
|
2014-11-07 11:02:48 -05:00 |
|
Yohan Graterol
|
897480265f
|
fix PR #787
|
2014-11-07 10:55:46 -05:00 |
|
DavidBord
|
bdbd495a9e
|
fix-#734: set attribute to None does not work (at least for fields with default values). Solves #735 as well
|
2014-11-07 15:11:21 +02:00 |
|
DavidBord
|
1fcf009804
|
fix-#787: Fix storing value of precision attribute in DecimalField
|
2014-11-07 15:03:11 +02:00 |
|
DavidBord
|
914c5752a5
|
fix-#759: with_limit_and_skip for count should default like in pymongo
|
2014-11-07 09:21:17 +02:00 |
|
DavidBord
|
c5f23ad93d
|
fix-#744: Querying by a field defined in a subclass raises InvalidQueryError
|
2014-11-06 00:15:23 +02:00 |
|
Yohan Graterol
|
1a5a436f82
|
Merge pull request #775 from claymation/in_bulk_honors_no_dereference
Make `in_bulk()` respect `no_dereference()`
|
2014-11-05 14:55:43 -05:00 |
|
Dmitry Konishchev
|
bc9aff8c60
|
Merge remote-tracking branch 'upstream/master' into pr-document-modify
|
2014-11-02 17:24:51 +03:00 |
|
Yohan Graterol
|
c4c7ab7888
|
Merge pull request #770 from yjaaidi/patch-1
Version bump 0.8.7 => 0.9.0
|
2014-11-01 14:37:51 -05:00 |
|
David Czarnecki
|
4b498ae8cd
|
Fix the documentation for reverse_delete_rule.
|
2014-10-31 11:40:20 -04:00 |
|
DavidBord
|
b011d48d82
|
fix-#778: Add Support For MongoDB 2.6.X's maxTimeMS
|
2014-10-29 15:40:29 +02:00 |
|
DavidBord
|
9a4aef0358
|
fix-#789: abstract shouldn't be inherited in EmbeddedDocument
|
2014-10-29 13:36:42 +02:00 |
|
Clay McClure
|
7d3146234a
|
Make in_bulk() respect no_dereference()
|
2014-10-01 15:59:13 -04:00 |
|
Dmitry Konishchev
|
4752f9aa37
|
Add Document.modify() method
|
2014-09-30 15:30:01 +04:00 |
|
yjaaidi
|
aec06183e7
|
Version bump 0.8.7 => 0.9.0
|
2014-09-28 10:09:36 +02:00 |
|
Vjacheslav Murashkin
|
7430b31697
|
handle None from model __str__; Fixes #753
|
2014-09-04 16:54:23 +04:00 |
|
Bob Cribbs
|
d9da75d1c0
|
Fix multiple connections aliases being rewritten
|
2014-09-01 23:26:01 +03:00 |
|
Axel Haustant
|
6f645e8619
|
Added MultiPoint, MultiLine and MultiPolygon fields
|
2014-08-28 19:36:29 +02:00 |
|
Yohan Graterol
|
bce7ca7ac4
|
Fix merge of PR #747
|
2014-08-27 11:14:43 -05:00 |
|
DavidBord
|
9b30afeca9
|
fix-#397: Allow specifying the '_cls' as a field for indexes
|
2014-08-24 10:51:49 +03:00 |
|
DavidBord
|
c1b202c119
|
fix-#746: Stop ensure_indexes running on a secondaries unless connection is through mongos
|
2014-08-24 10:48:54 +03:00 |
|
wcdolphin
|
447127d956
|
Makes 'db' argument to connection optional.
|
2014-08-21 16:08:31 -07:00 |
|
Yohan Graterol
|
9f8cd33d43
|
Fix conflict for merge PR #726
|
2014-08-20 11:05:53 -05:00 |
|
Jay Shirley
|
6802967863
|
Merge remote-tracking branch 'upstream/master'
|
2014-08-19 15:52:58 -07:00 |
|
Bob Cribbs
|
0462f18680
|
Allow atomic update for the entire DictField
|
2014-08-19 23:38:36 +03:00 |
|
DavidBord
|
46da918dbe
|
fix-#733: index_cls is ignored when deciding to set _cls as index prefix
|
2014-08-17 11:19:18 +03:00 |
|
DavidBord
|
2f72b23a0d
|
fix-#725: queryset delete() should return the number of deleted objects
|
2014-08-10 14:58:39 +03:00 |
|
Jay Shirley
|
85336f9777
|
Relax the RegEx restrictions to allow the new ICAAN TLDs.
|
2014-08-08 09:11:05 -07:00 |
|
DavidBord
|
1e6a3163af
|
fix-#620: saving document doesn't create new fields in existing collection
|
2014-08-05 17:29:14 +03:00 |
|
DavidBord
|
e008919978
|
fix-#399: Not overriding default values when loading a subset of fields
|
2014-08-05 14:34:54 +03:00 |
|
Wilson Júnior
|
b4d6f6b947
|
added documentation about CachedReferenceField
|
2014-07-30 09:32:33 -03:00 |
|
Wilson Júnior
|
e33a5bbef5
|
fixes for python2.6
|
2014-07-26 07:24:04 -03:00 |
|
Wilson Júnior
|
6c0112c2be
|
refs #709, added support to disable auto_sync
|
2014-07-25 18:12:26 -03:00 |
|
Wilson Júnior
|
15bbf26b93
|
refs #709, fix typos
|
2014-07-25 08:48:24 -03:00 |
|
Wilson Júnior
|
87c97efce0
|
refs #709, added CachedReferenceField.sync_all to sync all documents on demand
|
2014-07-25 08:44:59 -03:00 |
|
Wilson Júnior
|
6c4aee1479
|
added CachedReferenceField restriction to use in EmbeddedDocument
|
2014-07-17 13:42:34 -03:00 |
|
Wilson Júnior
|
73549a9044
|
fixes for rebase branch
|
2014-07-17 09:41:06 -03:00 |
|
Wilson Júnior
|
30fdd3e184
|
Added initial CachedReferenceField
|
2014-07-16 10:32:43 -03:00 |
|
Wilson Júnior
|
892ddd5724
|
added a wrapper to aggregate in Queryset.aggregate
|
2014-07-12 23:18:08 -03:00 |
|
Wilson Júnior
|
7b4d9140af
|
merge #700
|
2014-07-08 09:19:15 -03:00 |
|
Wilson Júnior
|
30c01089f5
|
added ordering support for text queries
|
2014-07-08 08:38:41 -03:00 |
|
Wilson Júnior
|
89825a2b21
|
added skip to mongodb older
|
2014-07-07 23:45:44 -03:00 |
|
Wilson Júnior
|
a743b75bb4
|
fixed a order in command
|
2014-07-07 21:02:13 -03:00 |
|
Wilson Júnior
|
f7ebf8dedd
|
Added support for text search and text_score.
|
2014-07-07 20:24:37 -03:00 |
|
Norberto
|
03fe431f1a
|
merge with origin done
|
2014-07-07 21:59:42 +02:00 |
|
Norberto
|
e81b09b9aa
|
adding capability to extract json (to_json) using the field names and instead of the defined db_names, if those are set
|
2014-07-06 20:49:19 +02:00 |
|
Aleksey Porfirov
|
3e54da03e2
|
Fix MongoTestCase and add test for it
|
2014-07-05 21:35:31 +04:00 |
|
Aleksey Porfirov
|
c4b3196917
|
Fix MongoTestCase and add test for it
|
2014-07-05 21:13:25 +04:00 |
|
Aleksey Porfirov
|
0d81e7933e
|
Prevent accessing not yet configured settings in django.MongoTestCase
|
2014-07-05 00:06:10 +04:00 |
|