@@ -138,8 +138,8 @@ code:
138
138
.. tip::
139
139
140
140
To learn more about the ``create()`` method, see `create()
141
- <{+django-docs+}/ref/models/querysets/#create>`__ in the {+framework+}
142
- documentation.
141
+ <{+django-docs+}/ref/models/querysets/#create>`__ in the {+framework+}
142
+ documentation.
143
143
144
144
.. _django-crud-read:
145
145
@@ -179,8 +179,8 @@ returns ``Movie`` objects that represent movies released on January 1, 2000:
179
179
.. tip::
180
180
181
181
To learn more about the ``filter()`` method, see `filter()
182
- <{+django-docs+}/ref/models/querysets/#filter>`__ in the {+framework+}
183
- documentation.
182
+ <{+django-docs+}/ref/models/querysets/#filter>`__ in the {+framework+}
183
+ documentation.
184
184
185
185
Return One Document Example
186
186
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -217,8 +217,8 @@ retrieves a document in which the ``title`` value is ``"Boyhood"``:
217
217
.. tip::
218
218
219
219
To learn more about the ``get()`` method, see `get()
220
- <{+django-docs+}/ref/models/querysets/#get>`__ in the {+framework+}
221
- documentation.
220
+ <{+django-docs+}/ref/models/querysets/#get>`__ in the {+framework+}
221
+ documentation.
222
222
223
223
.. _django-crud-modify:
224
224
@@ -258,8 +258,8 @@ a document that has a ``title`` value of ``"High Fidelity"`` and adds a
258
258
.. tip::
259
259
260
260
To learn more about the ``update()`` method, see `update()
261
- <{+django-docs+}/ref/models/querysets/#update>`__ in the {+framework+}
262
- documentation.
261
+ <{+django-docs+}/ref/models/querysets/#update>`__ in the {+framework+}
262
+ documentation.
263
263
264
264
.. _django-crud-delete:
265
265
@@ -296,8 +296,8 @@ and deletes documents that have a ``runtime`` value of ``5``:
296
296
.. tip::
297
297
298
298
To learn more about the ``delete()`` method, see `delete()
299
- <{+django-docs+}/ref/models/querysets/#delete>`__ in the {+framework+}
300
- documentation.
299
+ <{+django-docs+}/ref/models/querysets/#delete>`__ in the {+framework+}
300
+ documentation.
301
301
302
302
Additional Information
303
303
----------------------
0 commit comments