#5860: The mentioned order of checking item_link for feeds is wrong
----------------------------+-----------------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody                     
  Status:  new              |   Component:  Documentation              
 Version:  SVN              |    Keywords:  feeds syndication item_link
   Stage:  Unreviewed       |   Has_patch:  0                          
----------------------------+-----------------------------------------------
 In the documentation for syndication feeds, it is stated that Django
 checks the items' get_absolute_url() first, but actually it is checked
 last, as it should be.


 http://www.djangoproject.com/documentation/syndication_feeds/#feed-class-
 reference

 {{{
     # ITEM LINK -- One of these three is required. The framework looks for
     # them in this order.

     # First, the framework tries the get_absolute_url() method on each
 item
     # returned by items(). Failing that, it tries these two methods:
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5860>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to