Re: Formset and Classes with ForeignKeys

2008-12-20 Thread stormlifter
Think I found an answer here: http://www.djangosnippets.org/snippets/1248/ --~--~-~--~~~---~--~~ 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 un

Formset and Classes with ForeignKeys

2008-12-20 Thread stormlifter
Here are what my models look like == # Standard Header for application models from django.db import models from django.forms import ModelForm #imported for use of "USPhoneNumberField" and "USStateField" from django.contrib.localflavor.us.models