mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Removed the permalink decorator to make the absoluteurl work
This commit is contained in:
parent
e1da454bee
commit
2f3b1dacbf
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ class Category(models.Model):
|
|||
order = models.IntegerField(blank=True, null=True)
|
||||
slug = models.SlugField()
|
||||
|
||||
@permalink
|
||||
def get_absolute_url(self):
|
||||
"""Return a path"""
|
||||
prefix = reverse('categories_tree_list')
|
||||
|
|
|
|||
Loading…
Reference in a new issue