I have a django form CreateQuoteRequestForm and I wanted to populate a list of items from a query set. So I created a list and then assigned as seen below. The form and select box work well. Are there any caveats or issues with assigning data to a form in this manner?
quoteform = CreateQuoteRequestForm()
quoteform.fields.get('name').choices=event_list