Hi Daniel, New objects first on the filter display, but my filter is applied on Charfield.
So for ex: , I am creating like suppose x number of objects with a field with value key_timestamp (charfield). Then I am creating a filter on the CharField. I am not sure how its implementing it but its displaying (key_timetamp) in a reverse order (I mean older to newest). I was expecting it to be a random order since its a charfield. So I would like it to display newly created key_timestamp first. So that I can get all the new objects with that timestamp. --RJ On Mon, Jun 7, 2010 at 1:17 AM, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Jun 7, 4:35 am, rahul jain <jainwolver...@gmail.com> wrote: >> Hi Django, >> >> How to display ordering on admin filter in reverse order. Its a char Field >> >> I would like to display new objects created first. >> > > Well, which? Do you want it reverse sorted by your charfield? Or do > you want to display new objects first? Those two seem to be opposing > requirements. > -- > DR. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.