Skip to content

Commit

Permalink
Updating README code example
Browse files Browse the repository at this point in the history
  • Loading branch information
romgar committed Sep 26, 2015
1 parent ec22ab3 commit 4a94a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -58,6 +58,7 @@ Example
{}

>>> tm.boolean = False

>>> tm.is_dirty()
True
>>> tm.get_dirty_fields()
Expand All @@ -76,6 +77,7 @@ By default, dirty functions are not checking foreign keys. If you want to also t
False
>>> tm.get_dirty_fields()
{}

>>> tm.fkey = obj2

>>> tm.is_dirty()
Expand Down

0 comments on commit 4a94a4e

Please sign in to comment.