mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8955a085a5
commit
d4f4ab8535
10 changed files with 11 additions and 11 deletions
|
@ -928,7 +928,7 @@ For example, to create an Atom 1.0 feed and print it to standard output::
|
|||
</feed>
|
||||
|
||||
.. _django/utils/feedgenerator.py: http://code.djangoproject.com/browser/django/trunk/django/utils/feedgenerator.py
|
||||
.. _Python datetime object: http://www.python.org/doc/current/lib/module-datetime.html
|
||||
.. _Python datetime object: http://docs.python.org/library/datetime.html#datetime-objects
|
||||
|
||||
Custom feed generators
|
||||
----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue