If you browsed the docs at djangoproject.com and djangobook.com then there is not much more available. You have to use a search engine and read the django's source code. On the other hand Admin is not very flexible at the moment. You might want to use newforms-admin branch and then read it's options.py file to see the "exciting stuff". See it at: http://code.djangoproject.com/wiki/NewformsAdminBranch
Newforms-admin branch is definitly worth of giving it a try. I personally use it :) regards -- Jakub Wiśniowski On 30 Sie, 11:58, Sheriff26 <[EMAIL PROTECTED]> wrote: > hi all > > Where can I find all Admin class stuff like list_display, > list_filter, ordering, search_fields ? > I have readed the documentation, ... but i don't find only a few. I > suppose there are mor options. > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

