Skip to content

Commit

Permalink
Removed the permalink decorator to make the absoluteurl work
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Oct 13, 2009
1 parent e1da454 commit 2f3b1da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion categories/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2f3b1da

Please sign in to comment.