Skip to content

Commit

Permalink
Fixed #14189 - permalink docs import mistake
Browse files Browse the repository at this point in the history
  
Thanks to 7times9 for report and patch.

Backport of [13666] from trunk


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed Aug 30, 2010
1 parent dde1f13 commit 57e6ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/instances.txt
Expand Up @@ -515,7 +515,7 @@ the ``url`` function)::
...and then using that name to perform the reverse URL resolution instead ...and then using that name to perform the reverse URL resolution instead
of the view name:: of the view name::


from django.db.models import permalink from django.db import models


@models.permalink @models.permalink
def get_absolute_url(self): def get_absolute_url(self):
Expand Down

0 comments on commit 57e6ee8

Please sign in to comment.