Commit Graph
976 Commits
Author SHA1 Message Date
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
erdenezulandGitHub 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érardandBastien Gérard d6e39b362b Updating inheritance doc
Fixes #429
2018-09-09 14:52:08 +02:00
erdenezulandGitHub 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
erdenezulandGitHub 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érardandBastien 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érardandBastien 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
JoschSanandGitHub 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
erdenezulandGitHub 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
erdenezulandGitHub 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 EvbuomwanandGitHub 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-deandStefan Wójcik 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 InandStefan Wójcik 7d8916b6e9 fix case inconsistent casing of "MongoDB" (#1744) 2018-02-10 10:59:47 -05:00
erdenezulandGitHub 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
EsmailandGitHub 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 LeblondandGitHub 2f088ce29e Merge pull request #1710 from esmail/patch-1
One-character typo fix ("that" -> "than")
2017-12-22 12:27:47 +01:00
EsmailandGitHub 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
Erdenezul Batmunkh 79486e3393 change description in changelog 2017-11-22 19:27:35 +08:00
Erdenezul Batmunkh 60758dd76b add changelog 2017-11-22 18:56:12 +08:00
Ryan Scott 4f5b0634ad Add documentation for auto_create_index to the Indexing section of the Docs 2017-11-07 16:26:01 -05:00
Emmanuel Leblond 35d0458228 Add GenericLazyReferenceField 2017-11-06 12:29:19 +01:00
Emmanuel Leblond e6c0280b40 Add LazyReferenceField 2017-10-31 18:58:42 +01:00
Stefan Wojcik 01526a7b37 v0.14.1 version bump + updated changelog 2017-10-01 16:32:02 -04:00
Emmanuel Leblond bce859569f Remove SemiStrictDict to improve perfs 2017-08-24 20:01:09 +02:00
Paulo MatosandGitHub c4de879b20 Clarify comment in validation example 2017-08-11 09:09:33 +02:00
Ali 2a795e9138 QuerySet limit function now returns all docs in cursor when 0 is passed 2017-08-04 11:31:29 +01:00
Erdenezul Batmunkh fb00b79d19 add docs for positional push operator #1565 2017-06-19 03:28:34 +00:00