I have a view that uses django.core.serializers to output the latest 3 entries in my app in json. This works great but I would like to add permalinks for each item in the queryset rather than regex the date and slug fields together with javascript to build my url.
I have get_absolute_url set up and working on this model.Is there a way to do this in my view code rather than doing with javascript when I process the json? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

