On 6/24/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > On 6/24/07, Tomi Pievil�inen <[EMAIL PROTECTED]> wrote: > > > > Will there be a possibility to use edit_inline with a model that > > doesn't have a parent model in newforms admin? It would be really > > useful to see other lines when you need to input relatively same data > > (and I was planning to hack some kind of copy&paste functionality in). > > If this is not going to happen, I'll just start making my own (with > > formsets, I suppose) but I'd prefer to avoid duplication. > > I don't think something like that would go into the admin system > anytime soon. That said though, doing it yourself should be *much* > less painful with newforms-admin using formset_for_model and/or > BaseModelFormSet from django.newforms.models. Beware though, the api > still isn't completely stable.
it is possible, see http://code.djangoproject.com/ticket/4667 for information on how this can be done... > > Joseph > > > > -- Honza Kr�l E-Mail: [EMAIL PROTECTED] ICQ#: 107471613 Phone: +420 606 678585 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
