On Mar 25, 2:41 am, Roy McElmurry IV <[email protected]> wrote: > Okay, I have created a Google Doc of my proposal. I have greatly > elaborated on the idea. I have enabled commenting for anyone with the > link. Please take a look and let me know either in this forum or in > the Google Doc if there is anything I can add or change to make this a > more appealing proposal. > > https://docs.google.com/document/d/1zzqcW-OGHGydmJ-S-OLRVTiAMZMvdrRcG...
I think the idea you're proposing is predicated on a simple misunderstanding. What your suggesting be encompassed in a ManyToManyField-like model field is already achievable, in effect, by second model with a foreign key to the first, and then by using inlinemodel_formset. The misunderstanding, I think, is the idea that you could create records with a simpler step. A custom form field could be created which excepts space delimited ingredients and saves them as separate ingredients, much like how Tag fields typically work. -- 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.
