##// END OF EJS Templates
Fixed image filenames
neko259 -
r714:067f09c2 default
parent child Browse files
Show More
@@ -18,8 +18,7 b' class PostImage(models.Model):'
18 app_label = 'boards'
18 app_label = 'boards'
19 ordering = ('id',)
19 ordering = ('id',)
20
20
21 @staticmethod
21 def _update_image_filename(self, filename):
22 def _update_image_filename(filename):
23 """
22 """
24 Gets unique image filename
23 Gets unique image filename
25 """
24 """
General Comments 0
You need to be logged in to leave comments. Login now