#8917: Comments should be reverse ordered by submit_date and submit_date should be in admin list_display -------------------------------------+-------------------------------------- Reporter: wilson | Owner: nobody Status: new | Milestone: Component: django.contrib.comments | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- Comments are currently ordered by submit_date (showing the earliest comments first) where they should be reverse ordered by submit_date (showing most recent comments first).
The submit_date field should also be visible in the admin list_display to indicate the ordering and to allow it to be reversed easily. -- Ticket URL: <http://code.djangoproject.com/ticket/8917> 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 -~----------~----~----~----~------~----~------~--~---
