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. Joseph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
