Skip to content

Commit

Permalink
permalink decorator is not used anymore (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashinin authored and ad-m committed Feb 20, 2017
1 parent 0120f20 commit 570d6bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/userguide/admin-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ models within the admin. In example, look at following model:
def __unicode__(self):
return self.title
@models.permalink
def get_absolute_url(self):
return {'post_slug': self.slug}
Expand Down

0 comments on commit 570d6bb

Please sign in to comment.