> > > > I am hoping to add an additional field, "Photographers" (from the > 'Photographer' model) to AForm so that users can select a Photographer to > become part of an instance of the 'A' model. > > Does that make sense? >
yes, you need to add field and I'm guessing that ModelChoiceField will work for you. https://docs.djangoproject.com/en/dev/ref/forms/fields/#modelchoic efield<https://docs.djangoproject.com/en/dev/ref/forms/fields/#modelchoicefield> looks like you are using some additional layer before django.forms and don't just create fields directly, so you may need to extend it too. > > > Thank you very much for any ideas! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/JMg7nHwI44sJ. > > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Regards, Anton Baklanov -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.