I just want to confirm this isn't my own idiocy or intended behaviour
before I file a bug.
I've got the following line defined in my modeladmin entry...
readonly_fields = ('date_created', 'date_modified', 'date_published')
They get displayed in the admin as 'Date created', 'Date modified' and
'Date published'. I've tried specifying different strings for those
fields with the first positional argument and with verbose_name. Neither
of those change how the text is displayed in the admin.
readonly_fields was introduced in #11965.
--
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.