Django

Code

Show
Ignore:
Timestamp:
03/24/08 23:42:21 (3 months ago)
Author:
adrian
Message:

Edited some docs changes from the past few days

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/syndication_feeds.txt

    r7328 r7361  
    251251      ``ObjectDoesNotExist`` exception will be raised, so ``/rss/beats/`` will 
    252252      generate a 404 page. But you can handle this case however you like.  For 
    253       example you could generate a combined feed for all beats. 
     253      example, you could generate a combined feed for all beats. 
    254254 
    255255    * To generate the feed's ``<title>``, ``<link>`` and ``<description>``,