diff gpp/smiley/models.py @ 17:8eb9b8d014a2

Correct typo in the clear_cache() method on the SmileyManager.
author Brian Neal <bgneal@gmail.com>
date Sun, 19 Apr 2009 16:56:24 +0000
parents dbd703f7d63a
children 3ae999b0c53b
line wrap: on
line diff
--- a/gpp/smiley/models.py	Sat Apr 18 19:39:48 2009 +0000
+++ b/gpp/smiley/models.py	Sun Apr 19 16:56:24 2009 +0000
@@ -23,7 +23,7 @@
 
     def clear_cache(self):
         self.smiley_map = None
-        self.smileis = None
+        self.smilies = None
 
 
 class Smiley(models.Model):