app/django/db/models/sql/datastructures.py
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
--- a/app/django/db/models/sql/datastructures.py	Tue Oct 14 12:36:55 2008 +0000
+++ b/app/django/db/models/sql/datastructures.py	Tue Oct 14 16:00:59 2008 +0000
@@ -85,7 +85,7 @@
     def __init__(self, col, lookup_type, date_sql_func):
         self.col = col
         self.lookup_type = lookup_type
-        self.date_sql_func= date_sql_func
+        self.date_sql_func = date_sql_func
 
     def relabel_aliases(self, change_map):
         c = self.col