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
erdenezul
72c4444a60
Merge branch 'master' into remove-pushall
2018-04-17 16:38:08 +08:00
erdenezul
2d8d2e7e6f
Merge pull request #1771 from bchrobot/add-lazy-reference-documentation
...
Add documentation for LazyReference and GenericLazyReference fields.
2018-04-12 23:12:12 +08:00
Benjamin Chrobot
49bff5d544
Add documentation for LazyReference and GenericLazyReference fields.
2018-04-12 10:47:52 -04:00
erdenezul
bf30aba005
Merge pull request #1763 from malthejorgensen/patch-2
...
Docs, queryset.update(): Fix backtick mistake
2018-03-31 18:02:00 +08:00
Malthe Jørgensen
727778b730
Docs, queryset.update(): Fix backtick mistake
...
Code should be marked with double backticks
2018-03-30 20:41:39 +02:00
erdenezul
b081ffce50
Merge pull request #1762 from malthejorgensen/patch-1
...
queryset.update: `full_result`-argument not clearly described
2018-03-30 08:31:35 +08:00
Malthe Jørgensen
e46779f87b
Docs, queryset.update: full_result
-arg not clearly described
...
The documentation for the `full_result`-argument to `queryset.update()`
can be read as returning the update documents/objects, whereas it's
really returning just the full "PyMongo result dictionary".
This commit adds some wording and an example dictionary,
to make it clear what the behavior is.
2018-03-27 14:14:08 +02:00
Stefan Wojcik
dabe8c1bb7
highlight places where ValidationError is raised outside of validate() method
2018-03-14 14:26:46 -04:00
erdenezul
4042f88bd8
Merge pull request #1753 from JohnAD/master
...
Edit EmbeddedDocumentListField update() doc
2018-03-11 19:35:13 +08:00
John Dupuy
a0947d0c54
Edit EmbeddedDocumentListField update() doc
2018-03-10 23:24:04 -06:00
estein-de
aa68322641
MongoDB wants dates stored in UTC, but the functions used in this documentation to generate datetime objects would use server's local timezone - fix it! ( #1662 )
2018-02-27 09:43:09 -05:00
erdenezul
7cc1d23bc7
Merge pull request #1655 from werat/fix_update_pull_in
...
Fix pull+in update queries
2018-02-21 13:36:04 +08:00
Andy Yankovsky
0bd2103a8c
Add test for document update
2018-02-20 00:02:12 +03:00
Sangmin In
7d8916b6e9
fix case inconsistent casing of "MongoDB" ( #1744 )
2018-02-10 10:59:47 -05:00
erdenezul
ffdfe99d37
Merge pull request #1636 from erdenezul/fix_shard_key_modify
...
Fix Document.modify fail on sharded collection #1569
2018-02-06 07:25:42 +08:00
Calgary Michael
38fdf26405
added tests for push and push_all
2018-02-04 10:23:50 -06:00
Calgary Michael
9e80da705a
removed usage of 'pushAll' operator
2018-02-02 21:47:04 -06:00
erdenezul
9b04391f82
Merge pull request #1736 from vainu-arto/register-connection-match-connection
...
Add db parameter to register_connection #606
2018-02-02 16:46:45 +08:00
Arto Jantunen
8f6c0796e3
Add db parameter to register_connection
...
This is done to make it compatible with the connect function.
2018-02-02 10:26:36 +02:00
erdenezul
326fcf4398
Merge pull request #1735 from esmail/patch-1
...
Update `post_save` signal documentation to reflect #594
2018-02-02 15:06:17 +08:00
Esmail
fdda27abd1
Update post_save
signal documentation to reflect #594
2018-02-01 12:58:10 -05:00
erdenezul
da7d64667e
Merge pull request #1571 from erdenezul/reverse_delete_rule_with_pull
...
add test case for reverse_delete_rule with pull #1519
2017-12-23 11:32:09 +08:00
erdenezul
d19c6a1573
Merge pull request #1714 from erdenezul/1712-cached-reference-push-fix
...
update fields argument when given #1172
2017-12-23 00:18:19 +08:00
Erdenezul Batmunkh
5cd23039a0
Merge branch '1712-cached-reference-push-fix' of github.com:erdenezul/mongoengine into 1712-cached-reference-push-fix
2017-12-23 00:02:43 +08:00
Erdenezul
19b18d3d0a
add changelog #1712
2017-12-23 00:02:03 +08:00
Erdenezul
101947da8b
update fields argument when given #1172
2017-12-23 00:00:57 +08:00
Emmanuel Leblond
d3c3c23630
Merge pull request #1717 from touilleMan/fix-pymongo-mongodb2.4
...
Fix travis tests with mongodb 2.4 & pymongo 3
2017-12-22 16:19:14 +01:00
Erdenezul Batmunkh
abc14316ea
Merge branch '1712-cached-reference-push-fix' of github.com:erdenezul/mongoengine into 1712-cached-reference-push-fix
2017-12-22 21:09:07 +08:00
Erdenezul
b66621f9c6
add changelog #1712
2017-12-22 21:08:35 +08:00
Erdenezul
aa5510531d
update fields argument when given #1172
2017-12-22 21:07:35 +08:00
Emmanuel Leblond
12b846586c
Fix travis tests with mongodb 2.4 & pymongo 3
2017-12-22 13:23:03 +01:00
erdenezul
b705f5b743
Merge pull request #1716 from MongoEngine/revert-1645-inc_cov
...
Revert "add tests to increase code coverage"
2017-12-22 20:22:37 +08:00
erdenezul
18a5fba42b
Revert "add tests to increase code coverage"
2017-12-22 20:19:21 +08:00
erdenezul
b5a3b6f86a
Merge pull request #1645 from erdenezul/inc_cov
...
add tests to increase code coverage
2017-12-22 20:14:31 +08:00
erdenezul
00f2eda576
Merge branch 'master' into 1712-cached-reference-push-fix
2017-12-22 19:45:51 +08:00
erdenezul
c70d252dc3
Merge branch 'master' into 1712-cached-reference-push-fix
2017-12-22 19:44:53 +08:00
Emmanuel Leblond
2f088ce29e
Merge pull request #1710 from esmail/patch-1
...
One-character typo fix ("that" -> "than")
2017-12-22 12:27:47 +01:00
Emmanuel Leblond
ff408c604b
Merge pull request #1703 from erdenezul/invalid_instance_genericembedded
...
fix validation error for invalid embedded document instance #1067
2017-12-22 12:23:31 +01:00
Erdenezul
6621c318db
add changelog #1712
2017-12-20 15:28:33 +08:00
Erdenezul
22a8ad2fde
update fields argument when given #1172
2017-12-20 15:17:54 +08:00
Esmail
7674dc9b34
One-character typo fix ("that" -> "than")
2017-12-05 15:14:15 -05:00
Erdenezul
9e0ca51c2f
remove merge conflict after rebase #1067
2017-12-01 08:40:51 +08:00
Erdenezul
961629d156
add changelog into dev #1067
2017-12-01 08:40:00 +08:00
Erdenezul Batmunkh
2cbebf9c99
move changes to development
2017-12-01 08:38:41 +08:00
Erdenezul Batmunkh
08a4deca17
change description in changelog
2017-12-01 08:37:53 +08:00
Erdenezul Batmunkh
ce9ea7baad
add changelog
2017-12-01 08:37:53 +08:00
Erdenezul Batmunkh
b35efb9f72
fix validatione error for invalid embedded document instance #1067
2017-12-01 08:37:53 +08:00
Emmanuel Leblond
c45dfacb41
Update changelog
2017-11-29 16:41:42 +01:00