From f6f3b1f97b0374d49c916360ef7351615780d17e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 26 Aug 2005 18:36:57 +0000 Subject: [PATCH] Fixed another stupid ReST bugs in [560] git-svn-id: http://code.djangoproject.com/svn/django/trunk@563 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index 9926f12f99..cbae7afc12 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -871,7 +871,7 @@ A few object methods have special meaning: See `Adding repr`_ for a full example. - .. _Adding repr_: http://www.djangoproject.com/documentation/models/repr/ + .. _Adding repr: http://www.djangoproject.com/documentation/models/repr/ ``get_absolute_url`` Define a ``get_absolute_url`` method to tell Django how to calculate the