Modularity of edit inline? Any better?

Currently:
models.ForeignKey(Other, edit_inline=models.TABULAR, parameters...)
obiviously is a big waste of OO abilities,

instead something like, the OO way:
models.ForeignKey(Other, edit_inline=models.TabularInline(parameters))
were much better. (I know it is defined elsewhere in upcoming
implementation, but the example I saw did not implement subclassing
which I think is neccessity to create it customizable, and also the
parameters is way more clear this way)

One could implement own edit inlines just by subclassing from
TabularInline/StackedInline, or from where TabularInline subclassed
itself. Currently I see no easy or sensible way to create own edit
inlines.

On 26 maalis, 00:59, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote:
> Now that we have 0.96 out the door, I'd love to wrap up the
> newforms-admin branch, which is mostly missingedit-inlinesupport but
> works well for other cases.
>
> Joseph Kocherans was working onedit-inlinesupport, but I haven't
> seen anything checked in or heard from him about any developments.
> Joseph, are you around, and what's the status? I can happily take over
> if you're not in a position to do the implementation.
>
> Adrian
>
> --
> Adrian Holovaty
> holovaty.com | djangoproject.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to