Can you do something with the 'fields' attribute in an inner Admin
class?
Sorry, but then I'm misunderstanding your problem:
" The problem that now arises is that this way the field shows up in
the admin
> interface. I don't want users to fill it out, the default value is
> fine. "
Using the fields attribute, you should be able to prevent the
creationDate from showing up in the admin (letting it have its default
value), which seems to be what you want. The poll object can still be
modified inline from the Choice admin section.
I have assumed here, btw, that with 'users' you mean 'administrators',
with abilities to edit part of the admin section (ie, not superusers).