]> git.openstreetmap.org Git - osqa.git/commitdiff
removing unnecessery line causing IndentationError in the log file.
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 18 Mar 2011 20:10:27 +0000 (20:10 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 18 Mar 2011 20:10:27 +0000 (20:10 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@864 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/migrations/0048_zero_count_tags_fix.py

index 5413e3f8ca003128c901da7afea1f1bd1764eeb6..a56b320c22d2e42b9d10aefe59057af6021aaffc 100644 (file)
@@ -5,7 +5,6 @@ from south.v2 import DataMigration
 from django.db import models
 
 class Migration(DataMigration):
-
     def forwards(self, orm):
         for tag in orm.Tag.objects.filter(used_count__lt=1):
             # What we do is a check if there are some questions matching this tag. If there are -- the count is not 0.