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 7fd38fd commit f191068Copy full SHA for f191068
source/model-data/models.txt
@@ -212,7 +212,7 @@ The following table describes supported BSON field types and their
212
Define a Model
213
--------------
214
215
-To create an model that represents a MongoDB collection, add your model
+To create a model that represents a MongoDB collection, add your model
216
class definitions to your application's ``models.py`` file. In your model
217
class, specify the fields you want to store and include any model metadata
218
in an inner ``Meta`` class. You can also use the ``__str__()`` method to
0 commit comments