I very much like the look of that one, but I'm not sure if it
completely fills the need I want for my own project. All of the
fields need to be quickly visible, without needing to know the
rendered name of the instance.
Those 'new inlines' address the problem of space, but they cater to
those who already know what they're looking for. My coworkers need to
constantly look over lists of location addresses, and require that all
the fields are displayed for quick scanning. In other words, the
users of this particular admin page will rely very heavily on it to
show them all the data at all times.
Another improvement to inlines in general would be to make them
sortable. There are some Javascript enhancements out there for
sorting HTML tables by any column, by clicking on its <th> tag. The
'new inlines' don't really allow for this possibility.
(I did make a simple app out of the TiledInline:
http://code.google.com/p/django-tiledinline/)
Again, thanks for the feedback! I should play more with those new
inlines. I really do think that there is potential there, as with
most of the wonderful things that come from GSoC.
Tim
On Nov 7, 5:23 am, Renato Garcia Pedigoni <
renatopedig...@gmail.com>
wrote: