Skip to content

Commit 73fe484

Browse files
committed
link fix
1 parent df740e8 commit 73fe484

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/interact-data/crud.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ code:
138138
.. tip::
139139

140140
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.
143143

144144
.. _django-crud-read:
145145

@@ -179,8 +179,8 @@ returns ``Movie`` objects that represent movies released on January 1, 2000:
179179
.. tip::
180180

181181
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.
184184

185185
Return One Document Example
186186
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -217,8 +217,8 @@ retrieves a document in which the ``title`` value is ``"Boyhood"``:
217217
.. tip::
218218

219219
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.
222222

223223
.. _django-crud-modify:
224224

@@ -258,8 +258,8 @@ a document that has a ``title`` value of ``"High Fidelity"`` and adds a
258258
.. tip::
259259

260260
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.
263263

264264
.. _django-crud-delete:
265265

@@ -296,8 +296,8 @@ and deletes documents that have a ``runtime`` value of ``5``:
296296
.. tip::
297297

298298
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.
301301

302302
Additional Information
303303
----------------------

0 commit comments

Comments
 (0)