diff gpp/antispam/utils.py @ 316:767cedc7d12a

Fixing #144; integrate with new Django logging support. Also added unit tests for Donations app.
author Brian Neal <bgneal@gmail.com>
date Sun, 30 Jan 2011 20:02:32 +0000
parents 8c1832b9d815
children 98b373ca09f3
line wrap: on
line diff
--- a/gpp/antispam/utils.py	Sat Jan 29 20:39:55 2011 +0000
+++ b/gpp/antispam/utils.py	Sun Jan 30 20:02:32 2011 +0000
@@ -61,7 +61,7 @@
     profile.status = STA_SUSPENDED
     profile.status_date = datetime.datetime.now()
     profile.save()
-    
+
 
 def _get_spam_phrases():
     """This function returns the current list of spam phrase strings.