Bastien Gérard
c306d42d08
Fix bug #1733 of _delta method (Issue with DynamicDocument and default value) + add test case
2018-11-13 20:57:41 +01:00
Erdenezul Batmunkh
2a8579a6a5
Update changelog #1899
2018-11-09 09:12:29 +08:00
Bastien Gérard
424b3ca308
update changelog with changes since 0.15.3
2018-11-03 21:47:56 +01:00
Bastien Gérard
f6cd349a16
Fix bug when using GenericReferenceField, modifications to the referenced document are tracked in the parent #1934
2018-10-30 23:00:05 +01:00
erdenezul
18b47e4a73
Merge pull request #1932 from bagerard/improve_index_doc
...
minor improvement to index doc
2018-10-25 10:19:04 +08:00
Bastien Gérard
c685ace327
minor improvement to index doc
2018-10-23 23:55:55 +02:00
Bastien Gérard
f23b0faf41
fix some asserts in no_dereference doc
2018-10-23 22:10:34 +02:00
erdenezul
e0e2ca7ccd
Merge pull request #1930 from bagerard/improve_doc_indexes
...
Improve documentation for additional index options
2018-10-23 10:16:27 +08:00
Bastien Gérard
83fe7f7eef
Document the index option and the fact that additional options gets forwarded to pymongo's create_index method
2018-10-22 21:54:46 +02:00
Bastien Gérard
a1a93a4bdd
minor additions
2018-10-16 22:35:58 +02:00
Bastien Gérard
4939a7dd7c
update input document ids during bulk insert #1919
2018-10-16 22:21:53 +02:00
Bastien Gérard
adfb039ba6
Improve overall code quality (based on pylint findings)
2018-10-07 23:05:18 +02:00
erdenezul
dd0fdcfdd4
Merge pull request #1889 from bagerard/compatible_pyton_2_3_improvement
...
improve 2-3 codebase compatibility
2018-09-15 00:44:38 +08:00
Bastien Gérard
4314fa883f
improve 2-3 codebase compatibility
2018-09-09 23:32:10 +02:00
Bastien Gérard
d6e39b362b
Updating inheritance doc
...
Fixes #429
2018-09-09 14:52:08 +02:00
erdenezul
e79ea7a2cf
Merge branch 'master' into limit_behaviour
2018-09-07 15:34:23 +08:00
Bastien Gérard
a86092fb64
fix doc for meta index_options
2018-09-06 22:33:33 +02:00
erdenezul
5a091956ef
Merge pull request #1862 from bagerard/document_name_param_for_indexes
...
Documented that it is possible to specify a 'name' for the indexes (using the dict definition)
2018-09-03 17:20:17 +08:00
Bastien Gérard
a3bcf26dce
Merge branch 'master' of https://github.com/MongoEngine/mongoengine into pmatos_patch-1
2018-09-02 15:27:37 +02:00
Bastien Gérard
bd524d2e1e
Documented that it is possible to specify a name when using a dict to define an index
2018-09-01 00:12:49 +02:00
Bastien Gérard
461b789515
relates to ( #710 )
...
- Update gridfs.rst to make it clearer that you should save the Document hosting the GridFSProxy after calling .delete() or .replace() on the GridFSProxy
- updated GridFSProxy.__str__ so that it would always print both the filename and the grid_id. This should improve debugging
2018-08-19 23:45:08 +02:00
Bastien Gérard
1a2b1f283b
Update signals doc - clarification on EmbeddedDocument
...
Since there is a .save() method on EmbeddedDocument, you could be tempted to attach a pre_save event to an EmbeddedDocument (#1720 ). This update is an attempt to make this clearer.
2018-08-13 22:16:32 +02:00
JoschSan
820f7b4d93
Update connecting.rst
...
My suggest is append the parameter in authentication_source in authentication example, because was included in https://github.com/MongoEngine/mongoengine/pull/590/files
2018-08-07 14:29:15 -04:00
Gram
6da27e5976
+changelog
2018-07-27 12:31:27 +03:00
Erdenezul Batmunkh
1241a902e3
fix changelog
2018-07-16 09:49:16 +08:00
Erdenezul Batmunkh
e8e47c39d7
add changelog #1338
2018-05-23 15:54:44 +08:00
Erdenezul Batmunkh
784386fddc
add changelog #1371
2018-05-21 16:07:08 +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 Batmunkh
dd4d4e23ad
call insert method with set_write_concern
2018-05-20 15:51:02 +08:00
Erdenezul Batmunkh
1aebc95145
use insert_one, insert_many and remove deprecated one #1491
2018-05-20 15:40:26 +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 Batmunkh
843fc03bf4
add changelog for update_one,update_many
2018-05-20 13:16:25 +08:00
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
Benjamin Chrobot
49bff5d544
Add documentation for LazyReference and GenericLazyReference fields.
2018-04-12 10:47:52 -04: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
Sangmin In
7d8916b6e9
fix case inconsistent casing of "MongoDB" ( #1744 )
2018-02-10 10:59:47 -05: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
Esmail
fdda27abd1
Update post_save
signal documentation to reflect #594
2018-02-01 12:58:10 -05:00
Erdenezul
19b18d3d0a
add changelog #1712
2017-12-23 00:02:03 +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
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
Emmanuel Leblond
c45dfacb41
Update changelog
2017-11-29 16:41:42 +01:00
Erdenezul Batmunkh
0ce081323f
move changes to development
2017-11-22 22:19:50 +08:00