Thanks, Evert! I could check now that the table is correct - and, with
some experimenting, I found the mistake I had made too: I had, in
models.py, in class Admin, entered "ordering = ('nummer')" instead of
"ordering = ['nummer']".

Perhaps somebody can explain why list_display and list_filter require
a tuple, and ordering and search_fields require a list?
--~--~---------~--~----~------------~-------~--~----~
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