You can use 'list_filter' in admin.py to add which filters you want to set. so if you have a status reviewed/await review you can use that. You can also use 'search_fields' if you want to do some searching. Lastly you can use 'ordering' as well if you prefer. I would sugest you try to play around with it and figure out what suits you best.
~Jakob. On 26 Mar., 15:43, Wiiboy <jordon...@gmail.com> wrote: > Sorry, I wasn't very clear. The Administration's purpose is to let me > decide, from the submissions that are pending review, which ones I > want to accept (change the value for the column 'status' to 'accepted' > for that row) and which ones I want to not accept (change the value > for the column 'status' to 'unaccepted' for that row) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---