diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 18:36:57 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 18:36:57 +0000 |
| commit | f6f3b1f97b0374d49c916360ef7351615780d17e (patch) | |
| tree | 756ffe673617c1d521b0ec8ff49fab69d6a22c88 /docs/model-api.txt | |
| parent | c0fef161c107bf67b43b768b83f28f46b8f7e3b3 (diff) | |
Fixed another stupid ReST bugs in [560]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
