The comments are already ordered... by pk I assume, which would mean
they are also ordered by date (unless you're messing with the comment
id's or the dates themselves).
If you simply want to switch the order from ascending to descending,
maybe try the "reversed" parameter for the "for" tag:
http://docs.djangoproject.com/en/dev/ref/templates/builtins/#for

-- 
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.

Reply via email to