From 328e0f9ba2010abd097fff7f4527ed6bc9d5a36f Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 30 Jul 2012 15:40:53 -0700 Subject: [PATCH] Correct readme about reading the source --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0318b7e..6be57aa 100644 --- a/README.rst +++ b/README.rst @@ -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! \ No newline at end of file