Skip to content

Commit

Permalink
Polished custom history manager+queryset docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddabble committed Feb 17, 2024
1 parent 266ab77 commit deb8135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/historical_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ IMPORTANT: Setting `custom_model_name` to `lambda x:f'{x}'` is not permitted.
Custom History Manager and Historical QuerySets
-----------------------------------------------

To manipulate the history manager or the historical ``QuerySet`` of
To manipulate the history ``Manager`` or the historical ``QuerySet`` of
``HistoricalRecords``, you can specify the ``history_manager`` and
``historical_queryset`` options. The values must be subclasses
of ``simple_history.manager.HistoryManager`` and
Expand Down

0 comments on commit deb8135

Please sign in to comment.