Skip to content

Commit

Permalink
Correct readme about reading the source
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jul 30, 2012
1 parent 8291a59 commit 328e0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -20,6 +20,6 @@ First you'll need to attach a UUIDField to your class. This acts as a char(32) t
class MyModel(models.Model):
uuid = UUIDField(auto=True)

Check out the source for
Check out the source for more configuration values.

Enjoy!

0 comments on commit 328e0f9

Please sign in to comment.