On Mon, Oct 25, 2010 at 5:01 AM, Florian Apolloner
wrote:
> Hi,
>
> in one of my projects I would like to alter the inlines in the admin
> on a per request basis. So I though I could use get_formsets to drop
> unneeded inlines; this isn't the case :( get_formsets has to return
> the same inlines i
Hi,
in one of my projects I would like to alter the inlines in the admin
on a per request basis. So I though I could use get_formsets to drop
unneeded inlines; this isn't the case :( get_formsets has to return
the same inlines in the correct order (eg
http://code.djangoproject.com/browser/django/t