Thanks for the reply, Adrian.

Yep, I have already got the admin interface to my model enabled, that's
how I got my initial data into the database.

However, for the end-user interface, I wanted to go with a different
look.  I probably worded what I wanted badly:  the key concept is that,
for a Book model that has a many-to-many 'authors' field linking to an
Author model, I want a UI field where the user enters a comma-separated
list of author names, which is then transformed into the appropriate
adds.

I suspect some kind of custom manipulator is required, but I'm not sure
what direction to go.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to