File tree Expand file tree Collapse file tree 5 files changed +15
-22
lines changed Expand file tree Collapse file tree 5 files changed +15
-22
lines changed Original file line number Diff line number Diff line change @@ -183,13 +183,12 @@ Create the following indexes for the collection:
183
183
:method:`~cursor.min()` limits the query to the documents
184
184
that are at or above the index key bound of ``price`` equal to
185
185
``NumberDecimal("1.39")``:
186
-
186
+
187
187
.. note::
188
-
189
- .. versionchanged:: 4.0
190
188
191
- The bound specified by :method:`~cursor.max()` must be greater
192
- than the bound specified by :method:`~cursor.min()`.
189
+ Starting in MongoDB 4.0, the bound specified by
190
+ :method:`~cursor.max()` must be greater than the bound specified by
191
+ :method:`~cursor.min()`.
193
192
194
193
.. code-block:: javascript
195
194
Original file line number Diff line number Diff line change @@ -179,11 +179,10 @@ Create the following indexes for the collection:
179
179
that are below the index key bound of ``price`` equal to ``1.99``:
180
180
181
181
.. note::
182
-
183
- .. versionchanged:: 4.0
184
182
185
- The bound specified by :method:`~cursor.max()` must be greater
186
- than the bound specified by :method:`~cursor.min()`.
183
+ Starting in MongoDB 4.0, the bound specified by
184
+ :method:`~cursor.max()` must be greater than the bound specified by
185
+ :method:`~cursor.min()`.
187
186
188
187
.. code-block:: javascript
189
188
Original file line number Diff line number Diff line change @@ -110,10 +110,8 @@ following example:
110
110
111
111
.. note::
112
112
113
- .. versionchanged:: 4.0
114
-
115
- The bound specified by :operator:`$max` must be greater than the
116
- bound specified by :operator:`$min`.
113
+ Starting in MongoDB 4.0, the bound specified by :operator:`$max` must
114
+ be greater than the bound specified by :operator:`$min`.
117
115
118
116
.. code-block:: javascript
119
117
Original file line number Diff line number Diff line change @@ -110,10 +110,8 @@ following example:
110
110
111
111
.. note::
112
112
113
- .. versionchanged:: 4.0
114
-
115
- The bound specified by :operator:`$max` must be greater than the
116
- bound specified by :operator:`$min`.
113
+ Starting in MongoDB 4.0, the bound specified by :operator:`$max` must
114
+ be greater than the bound specified by :operator:`$min`.
117
115
118
116
.. code-block:: javascript
119
117
Original file line number Diff line number Diff line change @@ -72,11 +72,10 @@ provides only the privileges to run both :method:`db.currentOp()` and
72
72
73
73
.. note::
74
74
75
- .. versionchanged:: 3.2.9
76
-
77
- On :binary:`~bin.mongod` instances, users do not need any
78
- specific privileges to view or kill their own operations. See
79
- :method:`db.currentOp()` and :method:`db.killOp()` for details.
75
+ Starting in MongoDB 3.2.9, users do not need any specific privileges
76
+ to view or kill their own operations on :binary:`~bin.mongod`
77
+ instances. See :method:`db.currentOp()` and :method:`db.killOp()` for
78
+ details.
80
79
81
80
.. include:: /includes/steps/create-role-manage-ops.rst
82
81
You can’t perform that action at this time.
0 commit comments