Sorry, I was referring to the state and zip fields. After modifying
my model, doing a sqlreset, and implementing the changes, they now
show up. Thanks!
I was confused between the functionality of the forms and the fields
in models. I'll get into the widget usage in the forms when building
more
> I have a model:
>
> from django.db import models
> from django import newforms as forms
> from django.contrib.localflavor.us import forms as us_forms
>
> class Address(models.Model):
> member = models.ForeignKey(Member, unique=True)
> street = models
On Mar 30, 8:49 pm, erikankrom <[EMAIL PROTECTED]> wrote:
> I have a model:
>
> from django.db import models
> from django import newforms as forms
> from django.contrib.localflavor.us import forms as us_forms
>
> class Address(models.Model):
> member = models.ForeignKey(M
3 matches
Mail list logo