File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ You can use the ``table_name`` parameter with both ``HistoricalRecords()`` or
217217 Choosing fields to not be stored
218218--------------------------------
219219
220- It is possible to use the parameter ``excluded_fields `` to choice which fields
220+ It is possible to use the parameter ``excluded_fields `` to choose which fields
221221will be stored on every create/update/delete.
222222
223223For example, if you have the model:
@@ -228,7 +228,7 @@ For example, if you have the model:
228228 question = models.CharField(max_length = 200 )
229229 pub_date = models.DateTimeField(' date published' )
230230
231- And you don't want to stored the changes for the field ``pub_date ``, it is necessary to update the model to:
231+ And you don't want to store the changes for the field ``pub_date ``, it is necessary to update the model to:
232232
233233.. code-block :: python
234234
You can’t perform that action at this time.
0 commit comments