##// END OF EJS Templates
Fixed post image migration saving posts when it's unnecessary
neko259 -
r708:d7b87830 default
parent child Browse files
Show More
@@ -23,8 +23,8 b' class Migration(DataMigration):'
23 23
24 24 image.save()
25 25
26 post.images.clear()
26 27 post.images.add(image)
27 post.save()
28 28
29 29 def backwards(self, orm):
30 30 "Write your backwards methods here."
General Comments 0
You need to be logged in to leave comments. Login now