Re: localflavor in admin

2008-03-30 Thread erikankrom
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

localflavor in admin

2008-03-30 Thread erikankrom
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 =

Re: django-tagging with latest svn

2007-12-05 Thread erikankrom
On Dec 5, 4:54 pm, Jonathan Buchanan <[EMAIL PROTECTED]> wrote: > erikankrom wrote: > > I'm having trouble getting the latest django svn, and svn unmodified > > versions of both coltrane (http://code.google.com/p/coltrane-blog/) > > and basic blog (http://code.goo

django-tagging with latest svn

2007-12-05 Thread erikankrom
I'm having trouble getting the latest django svn, and svn unmodified versions of both coltrane (http://code.google.com/p/coltrane-blog/) and basic blog (http://code.google.com/p/django-basic-blog/) to import correctly with django-tagging (http://code.google.com/p/django- tagging/). Both have