mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Merge branch 'master' of http://opensource.washingtontimes.com/git/public/django-categories
This commit is contained in:
commit
7a0d43732a
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