Hi,

I keep numeric fields like "size", "width", "height" in my database.
In the admin, I want to render them in a friendly format and attach
units like "KiB" or "pixels" to them when showing them in the change
list. I know this could easily be achieved by adding callables such as
"size_formatted" etc to list_display. However, these are no longer
sortable.

Is there a way around this limitation?

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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