[Oi-commits] r1460 - trunk/st

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Thu Jun 5 15:35:55 EEST 2008


Author: jnmbk
Date: Thu Jun  5 15:35:55 2008
New Revision: 1460

Modified:
   trunk/st/signals.py
Log:
we can't save tags if it's new

Modified: trunk/st/signals.py
=================================================================
--- trunk/st/signals.py	(original)
+++ trunk/st/signals.py	Thu Jun  5 15:35:55 2008
@@ -47,8 +47,6 @@
                                   title=instance.title #or any
                                  )
             topic.save()
-            for tag in instance.tags.all():
-                topic.tags.add(tag)
 
             post = Post(topic=topic,
                                 author=user[0],


More information about the Oi-commits mailing list