fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tweaking tag clounds look
[prawokultury.git]
/
questions
/
models.py
diff --git
a/questions/models.py
b/questions/models.py
index
b734346
..
746ad84
100644
(file)
--- a/
questions/models.py
+++ b/
questions/models.py
@@
-18,7
+18,7
@@
class TagCategory(models.Model):
class Meta:
verbose_name = _("Tag Category")
class Meta:
verbose_name = _("Tag Category")
- verbose_name_plural = _("Tag Categries")
+ verbose_name_plural = _("Tag Categ
o
ries")
def __unicode__(self):
return self.name
def __unicode__(self):
return self.name
@@
-31,7
+31,7
@@
class Tag(TagBase):
slug += "_%d" % i
return slug
slug += "_%d" % i
return slug
- category = models.ForeignKey(TagCategory, blank = True, null = True, on_delete = models.SET_NULL)
+ category = models.ForeignKey(TagCategory, blank = True, null = True, on_delete = models.SET_NULL
, related_name = 'tags'
)
click_count = models.IntegerField(null = False, default = 0)
class Meta:
click_count = models.IntegerField(null = False, default = 0)
class Meta: