We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f749710 commit 695b658Copy full SHA for 695b658
docs/usage.rst
@@ -168,3 +168,5 @@ records for all ``Choice`` instances can be queried by using the manager on the
168
<simple_history.manager.HistoryManager object at 0x1cc4290>
169
>>> Choice.history.all()
170
[<HistoricalChoice: Choice object as of 2010-10-25 18:05:12.183340>, <HistoricalChoice: Choice object as of 2010-10-25 18:04:59.047351>]
171
+
172
+Because the history is model, you can also filter it like regulary QuerySets, a.k. Choice.history.filter(choice_text='Not Much') will work!
0 commit comments