We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19b52f commit 5284e8bCopy full SHA for 5284e8b
docs/querying_history.rst
@@ -44,7 +44,7 @@ records for all ``Choice`` instances can be queried by using the manager on the
44
[<HistoricalChoice: Choice object as of 2010-10-25 18:05:12.183340>, <HistoricalChoice: Choice object as of 2010-10-25 18:04:59.047351>]
45
46
Because the history is model, you can also filter it like regularly QuerySets,
47
-a.k. Choice.history.filter(choice_text='Not Much') will work!
+e.g. ``Choice.history.filter(choice_text='Not Much')`` will work!
48
49
Getting previous and next historical record
50
-------------------------------------------
0 commit comments