On 9/5/12 6:00 AM, Mattias Linnap wrote:
I've found two solutions: setting "editable=False" in the model's
field definition (which removes the field completely from admin), or
adding it to readonly_fields list in the ModelAdmin (which keeps the
data visible).

Perhaps it will be possible to subclass ModelAdmin, and make all
editable=False fields show up as readonly: after all, their data is
still interesting to look at, just should not be editable.

Looking at millions of read-only entries should lead to hours of enjoyment ;)

What good is that volume of data displayed to a user or admin? How about showing a rollup of the number of values and then allowing a click-through to a detailed display if necessary?

                     - Tom

--
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.

Reply via email to