diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-08-30 10:29:44 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-08-30 10:29:44 +0000 |
| commit | 58c8d9233479b4cc906f3598391123df393b0b8a (patch) | |
| tree | 456e0c26d63093e5ee1087e23371a84234ab0e63 /docs | |
| parent | 20fb7c78581671eb662f2286944d5f64245692f5 (diff) | |
Fixed #14189 - permalink docs import mistake
Thanks to 7times9 for report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/instances.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index d007659301..8bb6cf9cc5 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -515,7 +515,7 @@ the ``url`` function):: ...and then using that name to perform the reverse URL resolution instead of the view name:: - from django.db.models import permalink + from django.db import models @models.permalink def get_absolute_url(self): |
