##// END OF EJS Templates
Removed old maintenance module, that was used prior to data migrations. Cleaned up requirements. Minor fix in the tag model
neko259 -
r731:f96ca2ca 2.0-dev
parent child Browse files
Show More
@@ -61,11 +61,13 b' class Tag(models.Model, Viewable):'
61
61
62 return tag_list
62 return tag_list
63
63
64 def get_linked_tags_list(self, tag_list=[]):
64 def get_linked_tags_list(self, tag_list=None):
65 """
65 """
66 Returns the list of tags linked to current. The list can be got
66 Returns the list of tags linked to current. The list can be got
67 through returned value or tag_list parameter
67 through returned value or tag_list parameter
68 """
68 """
69 if not tag_list:
70 tag_list = []
69
71
70 linked_tag = self.linked
72 linked_tag = self.linked
71
73
@@ -1,3 +1,4 b''
1 south
1 line_profiler
2 line_profiler
2 haystack
3 haystack
3 pillow
4 pillow
@@ -5,6 +6,5 b' django>=1.6'
5 django_cleanup
6 django_cleanup
6 django-markupfield
7 django-markupfield
7 markdown
8 markdown
8 python-markdown
9 django-simple-captcha
9 django-simple-captcha
10 line-profiler
10 line-profiler
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now