Hi - I am trying to create a form from a model, say M with the following:

(1) a certain field FOO is a text field which would be constructed in 
views.py by concatenating a dynamic set of rows (so I need a jQuery plugin 
for that).

(2) multiple images can be tied to the model M, and I have a ForeignKey in 
the image model that maps to M - I need a jQuery plugin for that too so 
that users can add images dynamically.

(3) If a user gave a name already in use, the form goes into "edit" mode 
for the already existing model (modelchoiceform with validation to the 
rescue?)

Any good examples of the above scenarios? Or a form handling API?

Thanks a ton!
-AB

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c1f71bd5-0712-4268-b900-85bcd52a5cd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to