Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #154 from tbazadaykin/master
Browse files Browse the repository at this point in the history
Fix documentation misprint.
  • Loading branch information
maennel committed Apr 16, 2018
2 parents 41b2ef0 + b7fbde7 commit c4170c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doc/historization_with_cleanerversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ passing the object itself::
>> stb5 = SportsClub.objects.as_of(t1).filter(discipline_id=running.id, name='STB').first()
>> stb6 = SportsClub.objects.as_of(t1).filter(discipline_id=running_at_t1.id, name='STB').first()
>> (stb5.discipline.id, stb6 is None)
(True, 2)
(2, True)

>> stb7 = SportsClub.objects.current.filter(discipline_id=running.id, name='STB').first()
>> stb8 = SportsClub.objects.current.filter(discipline_id=running_at_t1.id, name='STB').first()
Expand Down

0 comments on commit c4170c9

Please sign in to comment.