Ticket #3664: fix.diff
File fix.diff, 654 bytes (added by , 17 years ago) |
---|
-
docs/model-api.txt
1760 1760 <a href="{{ object.get_absolute_url }}">{{ object.name }}</a> 1761 1761 1762 1762 .. note:: 1763 The string you return from ``get_absolute_url()`` must be useonly ASCII1763 The string you return from ``get_absolute_url()`` must contain only ASCII 1764 1764 characters (required by the URI spec, `RFC 2396`_) that have been 1765 1765 URL-encoded, if necessary. Code and templates using ``get_absolute_url()`` 1766 1766 should be able to use the result directly without needing to do any