I would really like to make a form instance a model attribute so that i have access to the form from the template through an object that I have handy.
When I try to import import any form into models.py, I get an ImportError on each of the import statements in the forms.py file which reference a model in models.py. I'm assuming this is due to circular imports. I can't seem to find any information on importing forms into models. Is this possible? If so, how? -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

