erdenezul
a0dfa8d421
Merge pull request #1723 from chhsiao1981/dereference-add-check-dbref-type
...
defensive programming for v as an instance of DBRef in dereference.
2018-05-21 13:00:46 +08:00
erdenezul
ceb00f6748
Merge pull request #1796 from erdenezul/new_bulk_insert_test
...
modify bulk_insert test for pymongo3
2018-05-21 10:24:03 +08:00
Erdenezul Batmunkh
9bd328e147
query_counter fix
2018-05-21 10:04:59 +08:00
Erdenezul Batmunkh
6fb5c312c3
fix test error
2018-05-21 09:54:19 +08:00
Erdenezul Batmunkh
3f9ff7254f
fix queryset tests
2018-05-21 09:46:23 +08:00
Erdenezul Batmunkh
f7a3acfaf4
query profiler test fix
2018-05-21 09:34:44 +08:00
Erdenezul Batmunkh
e4451ccaf8
insert_many uses only one insert
2018-05-21 09:24:40 +08:00
Erdenezul Batmunkh
2adb640821
modify bulk_insert test for pymongo3
2018-05-21 09:19:03 +08:00
erdenezul
765038274c
Merge pull request #1691 from rcscott/document-auto-create-index
...
Add documentation for auto_create_index to the Indexing section of the Docs
2018-05-21 08:55:25 +08:00
erdenezul
2cbdced974
Merge pull request #1793 from erdenezul/insert_pymongo3
...
use insert_one, insert_many and remove deprecated one #1491
2018-05-20 18:48:14 +08:00
Erdenezul Batmunkh
fc5d9ae100
pymongo3 does not support continue_on_error
2018-05-20 18:39:22 +08:00
Erdenezul Batmunkh
506168ab83
use write_concern class
2018-05-20 18:25:50 +08:00
Erdenezul Batmunkh
088fd6334b
bulkwriteerror does not trigger
2018-05-20 18:06:59 +08:00
Erdenezul Batmunkh
94cda90a6e
fix syntax
2018-05-20 17:56:19 +08:00
Erdenezul Batmunkh
78601d90c9
fix typo
2018-05-20 17:54:13 +08:00
Erdenezul Batmunkh
fa4ac95ecc
catch bulkwriteerror
2018-05-20 17:49:49 +08:00
Erdenezul Batmunkh
dd4d4e23ad
call insert method with set_write_concern
2018-05-20 15:51:02 +08:00
Erdenezul Batmunkh
acba86993d
set_write_concern pymongo3
2018-05-20 15:43:19 +08:00
Erdenezul Batmunkh
0fc55451c2
fix style and ids need to be an array
2018-05-20 15:40:26 +08:00
Erdenezul Batmunkh
5c0bd8a810
fix inserted_ids
2018-05-20 15:40:26 +08:00
Erdenezul Batmunkh
1aebc95145
use insert_one, insert_many and remove deprecated one #1491
2018-05-20 15:40:26 +08:00
Erdenezul Batmunkh
1d3f20b666
fix style and ids need to be an array
2018-05-20 14:41:25 +08:00
Erdenezul Batmunkh
eb2e106871
Merge branch 'insert_pymongo3' of github.com:erdenezul/mongoengine into insert_pymongo3
2018-05-20 14:33:35 +08:00
Erdenezul Batmunkh
f9a887c8c6
fix inserted_ids
2018-05-20 14:33:12 +08:00
erdenezul
67ab810cb2
Merge branch 'master' into insert_pymongo3
2018-05-20 14:06:16 +08:00
Erdenezul Batmunkh
3e0d84383e
use insert_one, insert_many and remove deprecated one #1491
2018-05-20 13:41:20 +08:00
erdenezul
d245ea3eaa
Merge pull request #1792 from erdenezul/update_pymongo3
...
use update_many, update_one #1491
2018-05-20 13:34:03 +08:00
Erdenezul Batmunkh
843fc03bf4
add changelog for update_one,update_many
2018-05-20 13:16:25 +08:00
Erdenezul Batmunkh
c83c635067
fix import order
2018-05-20 13:04:51 +08:00
Erdenezul Batmunkh
f605eb14e8
fix style
2018-05-20 12:54:24 +08:00
Erdenezul Batmunkh
fd02d77c59
drop pymongo 2.x support in update
2018-05-20 12:43:24 +08:00
Erdenezul Batmunkh
0da8fb379d
Merge remote-tracking branch 'calgary/issue-1491' into update_pymongo3
2018-05-20 12:38:22 +08:00
Erdenezul Batmunkh
257a43298b
use MongoClient.is_mongos in ensure indexes #1759
2018-05-20 12:31:27 +08:00
erdenezul
a2d3bcd571
Merge pull request #1562 from erdenezul/support_multiple_operator
...
support multiple operator #1510
2018-05-20 12:20:04 +08:00
erdenezul
d4142c2cdd
Merge pull request #1790 from erdenezul/compare_index_correct_behavior_text
...
Compare_indexes correct behavior for text index
2018-05-20 11:46:35 +08:00
Erdenezul Batmunkh
e50d66b303
skip mongodb 2.4
2018-05-20 11:26:30 +08:00
Erdenezul Batmunkh
08b6433843
fix compare_indexes for text indexes #1751
2018-05-20 11:03:13 +08:00
Erdenezul Batmunkh
8cd536aab5
Merge branch 'issue-1751' of github.com:th-erker/mongoengine into missing_text_index_ensure_indexes
2018-05-20 10:06:08 +08:00
erdenezul
2b495c648f
Merge pull request #1769 from mindojo-victor/master
...
Fix deprecation warning for StopIteration
2018-05-20 09:36:19 +08:00
erdenezul
06048b6d71
Merge pull request #1782 from nosahama/patch-1
...
Updated text-indexes.rst
2018-05-19 09:25:54 +08:00
erdenezul
bb22287336
Merge pull request #1784 from werat/fix_override_comment
...
Restore comment from cached value after queryset copy
2018-05-19 09:23:58 +08:00
erdenezul
a45942a966
Merge pull request #1789 from chidaobanjiu/patch-1
...
Fix typo
2018-05-19 09:20:47 +08:00
Benjamin Jiang
85d621846d
Fix typo
2018-05-16 11:37:32 +08:00
erdenezul
534acf8df2
Merge pull request #1731 from van4oza/patch-1
...
Insert null values fix
2018-05-15 14:18:24 +08:00
Andy Yankovsky
5a6d4387ea
Restore comment from cached value after cursor copy
2018-05-07 23:17:12 +03:00
erdenezul
317e844886
Merge pull request #1765 from kushalmitruka/master
...
fixed : `pull` not working for EmbeddedDocumentListField, only working for ListFields #1534
2018-05-03 09:44:54 +08:00
Kushal Mitruka
b1f62a2735
added import in tests/queryset/transform.py for SON object
2018-05-01 21:08:43 +05:30
Kushal Mitruka
65e4fea4ef
added test cases for update pull queries
2018-05-01 20:32:38 +05:30
Emmanuel Nosa Evbuomwan
faca8512c5
Updated text-indexes.rst
...
The search statement under the `Ordering by text score` section uses `search` on the QuerySet object instead of `search_text` and thus raised an `AttributeError`
AttributeError: 'QuerySet' object has no attribute 'search'
2018-04-29 17:32:03 +01:00
erdenezul
2121387aa2
Merge pull request #1737 from CalgaryMichael/remove-pushall
...
Removing the usage of the '$pushAll' operator
v0.15.1
2018-04-17 17:50:52 +08:00