Ido Shraga
|
3d6b650592
|
add doc
change has_word ==> wholeword
|
2021-09-12 18:21:01 +03:00 |
|
Ido Shraga
|
8428da368d
|
add update operator to documentation
|
2021-08-31 16:49:33 +03:00 |
|
Yugesh kc
|
639124c311
|
Minor typo error
Remove unwanted and
|
2021-08-16 11:52:33 +09:00 |
|
Bastien Gérard
|
7f77084e0e
|
minor fixes in doc links
|
2020-08-12 21:56:38 +02:00 |
|
Bastien Gérard
|
aa02f87b69
|
change & deprecate .aggregate api to mimic pymongo's interface + separate the aggregation tests from the large test_queryset.py file
|
2019-12-27 09:23:15 +01:00 |
|
Bastien Gérard
|
1170de1e8e
|
added explicit doc for order_by #2117
|
2019-12-20 23:20:15 +01:00 |
|
Bastien Gérard
|
be2c4f2b3c
|
fix formatting and improve doc based on review
|
2019-09-16 21:15:35 +02:00 |
|
Bastien Gérard
|
7ac74b1c1f
|
Document Model.objects.aggregate entrypoint with an example
|
2019-09-15 23:27:34 +02:00 |
|
lalala223
|
48b849c031
|
Update querying.rst
Fix the 'not' operator error example.
|
2019-03-13 17:50:54 +08:00 |
|
Bastien Gérard
|
f23b0faf41
|
fix some asserts in no_dereference doc
|
2018-10-23 22:10:34 +02:00 |
|
Erdenezul Batmunkh
|
fb00b79d19
|
add docs for positional push operator #1565
|
2017-06-19 03:28:34 +00:00 |
|
Stefan Wojcik
|
19ef2be88b
|
fix #937
|
2017-03-05 00:05:33 -05:00 |
|
George Karakostas
|
c84f703f92
|
Update documentation to include a Q import (#1441)
|
2016-12-22 13:06:55 -05:00 |
|
Gallaecio
|
8f55d385d6
|
Fix array-slicing documentation
Fixes #1359.
|
2016-08-11 08:52:53 +02:00 |
|
marcoskv
|
a70ef5594d
|
QuerySet count vs len #937
Current documentation does not consider performance issues in using len instead of count.
https://github.com/MongoEngine/mongoengine/issues/937
|
2015-07-26 22:41:24 +02:00 |
|
Matthieu Rigal
|
0aeb1ca408
|
Various fixes again
|
2015-06-24 00:50:36 +02:00 |
|
Matthieu Rigal
|
5efabdcea3
|
Added tests, documentation and simplified code
|
2015-06-22 14:57:58 +02:00 |
|
Matthieu Rigal
|
7714cca599
|
Removed get_or_create() method, deprecated since 0.8
|
2015-06-12 20:51:59 +02:00 |
|
Eremeev Danil
|
aab0599280
|
test moved to another file, cosmetical fixes
|
2015-05-07 10:55:35 +05:00 |
|
Eremeev Danil
|
dfa8eaf24e
|
Added changeset, updated documentation and tests, changed test condition
|
2015-05-07 10:55:35 +05:00 |
|
Slam
|
51f314e907
|
Doc fixes, thanks @3Inc
Author: Slam <3lnc.slam@gmail.com>
Date: Fri Nov 28 13:10:38 2014 +0200
|
2014-12-02 00:37:06 -02:00 |
|
Slam
|
e0f1e79e6a
|
Minor typos fixes in docs
|
2014-11-24 16:57:43 +02:00 |
|
Dmitry Konishchev
|
5112fb777e
|
Mention Document.modify() in the documentation
|
2014-11-02 17:56:25 +03:00 |
|
Bruno Rocha
|
7975f19817
|
Update querying.rst
|
2014-07-02 18:56:42 -03:00 |
|
Bruno Rocha
|
99e943c365
|
Updates with no operator should default to $set Fix #667
|
2014-07-02 14:39:29 -03:00 |
|
Ross Lawley
|
81e637e50e
|
Merge pull request #598 from philfreo/patch-1
clarifying the 'push' atomic update docs
|
2014-06-27 09:38:01 +01:00 |
|
Dmitry Konishchev
|
11724aa555
|
QuerySet.modify() method to provide find_and_modify() like behaviour
|
2014-06-26 16:18:42 +01:00 |
|
Phil Freo
|
c82f4f0d45
|
clarifying the 'push' atomic update docs
the first time I read this I was all like... "no duh it will remove either the first or the last, but which does it do???"
|
2014-03-07 13:37:15 -08:00 |
|
Yuri Prezument
|
63ebb6998e
|
geo_within docs - fix broken code samples
No such thing as "geo_with"
|
2014-01-22 22:47:48 +02:00 |
|
devoto13
|
a448c9aebf
|
removed duplicated method
|
2013-08-01 17:54:41 +03:00 |
|
Ross Lawley
|
a458d5a176
|
Docs update #406
|
2013-07-23 08:16:06 +00:00 |
|
Ross Lawley
|
634b874c46
|
Added QuerySetNoCache and QuerySet.no_cache() for lower memory consumption (#365)
|
2013-07-10 19:40:57 +00:00 |
|
Ross Lawley
|
ce44843e27
|
Doc fix for #340
|
2013-06-05 11:11:02 +00:00 |
|
Ross Lawley
|
9c1cd81adb
|
Add support for new geojson fields, indexes and queries (#299)
|
2013-04-30 14:46:23 +00:00 |
|
Ross Lawley
|
7765f272ac
|
Documentation api and reference cleanups
|
2013-04-26 08:46:46 +00:00 |
|
Ross Lawley
|
c59ea26845
|
Updated docs to clarify or != | (##288)
|
2013-04-24 11:17:21 +00:00 |
|
Ross Lawley
|
88f96b0838
|
Ensure all field params are documented (#97)
|
2013-04-23 15:59:23 +00:00 |
|
Ross Lawley
|
ba48dfb4bf
|
Added no_dereference method for querysets (#82) (#61)
|
2013-01-24 17:33:10 +00:00 |
|
Ross Lawley
|
3a6dc77d36
|
Added no_dereference context manager (#82)
Reorganised the context_managers as well
|
2013-01-23 19:05:44 +00:00 |
|
Ross Lawley
|
2c7b12c022
|
Added support for $maxDistance (#179)
|
2013-01-22 13:31:53 +00:00 |
|
Ross Lawley
|
aa5a9ff1f4
|
Documentation update for document errors (MongoEngine/mongoengine#124)
|
2012-11-21 17:03:32 +00:00 |
|
Ross Lawley
|
8ac9e6dc19
|
Updated the documents
|
2012-08-02 14:11:02 +01:00 |
|
Ross Lawley
|
9bfc838029
|
Updated Docs and bumped version
Hopefully nearer 0.6
closes #368
|
2011-12-02 08:14:25 -08:00 |
|
Ross Lawley
|
8b97808931
|
Added docs for elemMatch
|
2011-11-30 02:30:29 -08:00 |
|
Harry Marr
|
88b1a29719
|
Typo fix
|
2011-09-10 11:54:43 +02:00 |
|
Ross Lawley
|
a6449a7b2c
|
Updates to documentation in prep for 0.5
|
2011-09-09 05:45:56 -07:00 |
|
Victor Farazdagi
|
4e6f91ae77
|
Typo fixed in "Quering The Db" guide.
|
2011-07-02 19:48:21 +04:00 |
|
Ross Lawley
|
b039a2293f
|
Updated documentation about dereferencing
Refs #206
|
2011-06-27 12:42:26 +01:00 |
|
Ross Lawley
|
14be7ba2e2
|
Added support for the $ positional operator
closes #205
|
2011-06-21 14:50:11 +01:00 |
|
Harry Marr
|
3b88a4f728
|
Fixed a couple of errors in the docs
|
2010-10-19 12:28:34 +01:00 |
|