Adrian Holovaty wrote:
> On 9/28/05, Robert Wittams <[EMAIL PROTECTED]> wrote:
> 
>>However, the patch I have been making to clean up the admin and
>>metasystem, on ticket #535, includes a feature that may help.
>>
>>Rather than doing edit_inline=meta.TABULAR or meta.STACKED, it is also
>>possible to do edit_inline="path/to/template" (TABULAR and STACKED are
>>redefined to point at included templates) . This template could simply
>>not show the fields you don't want. You can also control the layout of
>>the inline objects, I've been attempting to make a horizontal scroller
>>one without resorting to tables ;-)
> 
> 
> Whoa, that's very cool, Robert! Any chance you could make a patch to
> the current admin code, so we can make the change right away, or does
> it depend on your other changes?
> 
> Adrian
> 
> --
> Adrian Holovaty
> holovaty.com | djangoproject.com | chicagocrime.org
> 

Its very dependent on my refactoring, as it depends on the helper
objects I extracted. It just defaults to stacked if you  use the _old
urls ( which I use to compare the output).

;-)

Reply via email to