Fixed #10195 -- Fixed a ReST error in docs/ref/contrib/syndication.txt. Thanks, toxik
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
68d15e94d2
commit
8ed6a62a3c
|
@ -259,7 +259,7 @@ request to the URL :file:`/rss/beats/0613/`:
|
|||
a 404 error for that request.
|
||||
|
||||
.. versionadded:: 1.0
|
||||
meth:`get_object()` can handle the :file:`/rss/beats/` url.
|
||||
:meth:`get_object()` can handle the :file:`/rss/beats/` url.
|
||||
|
||||
The :meth:`get_object()` method also has a chance to handle the
|
||||
:file:`/rss/beats/` url. In this case, :data:`bits` will be an
|
||||
|
|
Loading…
Reference in New Issue