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 bc0a3dd commit b3debe8Copy full SHA for b3debe8
README.md
@@ -138,7 +138,7 @@ class CategoryDocument(JsonDocument):
138
python manage.py index
139
```
140
141
-**Note:** This will also populate the index with existing data on the database
+**Note:** This will also populate the index with existing data from the database
142
143
Now category objects will be indexed on create/update/delete.
144
@@ -269,7 +269,7 @@ class ProductDocument(JsonDocument):
269
270
271
272
273
274
275
### Management Command
0 commit comments