We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3224f commit 0fbb2e1Copy full SHA for 0fbb2e1
source/django-get-started/django-query-data.txt
@@ -28,6 +28,7 @@ Query MongoDB Data
28
This code returns the name of the matching user:
29
30
.. code-block:: bash
31
+ :copyable: false
32
33
<QuerySet [<Users: Khal Drogo>]>
34
@@ -44,6 +45,7 @@ Query MongoDB Data
44
45
This code returns a truncated list of the matching movies:
46
47
48
49
50
<QuerySet [<Movies: Winsor McCay, the Famous Cartoonist of the N.Y.
51
Herald and His Moving Comics>, <Movies: Steamboat Willie>, <Movies:
0 commit comments