On Sep 19, 2005, at 1:42 PM, Robert Wittams wrote:
The parts which I consider to be real hacks are the bits which just
plain don't work in generic views, and require huge messing around in
the view functions. Eg select fields do not pick up their values (
http://code.djangoproject.com/ticket/338 ). The flatten_data stuff is
essential for certain things to work, but is only in the admin.
There is
all kinds of special casing that is done, imo in the wrong place.
Yes; this should be considered a bug, and is on my list to fix.
Jacob