We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bf1ff commit c6d45f0Copy full SHA for c6d45f0
1 file changed
README.md
@@ -281,7 +281,7 @@ As context use "field":
281
282
### Override list of blocks for your StreamField in admin.py
283
Typicaly you set the blocks in your models as `model_list` attribute of StreamField field.
284
-But if you want to change blocks, for example depending on object, you can do it in admin site
+But if you want to change the blocks, for example depending on the object, you can do it in the admin site
285
of your model. Suppose you want to use only `RichText` on page with id=1.
286
287
```python
0 commit comments