Re: Increasing the usefulness of ModelAdmin.get_formsets

2010-10-25 Thread Russell Keith-Magee
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

Increasing the usefulness of ModelAdmin.get_formsets

2010-10-24 Thread Florian Apolloner
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