diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 18:36:20 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-26 18:36:20 +0000 |
| commit | c0fef161c107bf67b43b768b83f28f46b8f7e3b3 (patch) | |
| tree | 024de1c577934040c95f7285afa55841840ccf8f /docs/model-api.txt | |
| parent | 9138dc700804437d89cbc5b6ea79aa32cb0edc0b (diff) | |
Fixed the inevitable ReST bugs in [560]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/model-api.txt')
| -rw-r--r-- | docs/model-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 47c675fe19..9926f12f99 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -869,9 +869,9 @@ A few object methods have special meaning: Although defining ``__repr__()`` isn't required, it's strongly encouraged. - See `Adding __repr__()`_ for a full example. + 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 |
