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
217
217
Choosing fields to not be stored
218
218
--------------------------------
219
219
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
221
221
will be stored on every create/update/delete.
222
222
223
223
For example, if you have the model:
@@ -228,7 +228,7 @@ For example, if you have the model:
228
228
question = models.CharField(max_length = 200 )
229
229
pub_date = models.DateTimeField(' date published' )
230
230
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:
232
232
233
233
.. code-block :: python
234
234
You can’t perform that action at this time.
0 commit comments