Re: models.PasswordField

2006-09-30 Thread James Bennett
On 9/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The problem is that I'd like to define one of my fields in a model as a > password field and have the administration interface handle that > properly. The model system doesn't have a password field, but the manipulator system does, which

models.PasswordField

2006-09-30 Thread [EMAIL PROTECTED]
Hello. I just started playing around with django and immediately stumbled across a minor issue that I'd like to hear your views on. The problem is that I'd like to define one of my fields in a model as a password field and have the administration interface handle that properly. I took a look at

Re: ManyToManyField, symmetrical & related_name

2006-09-30 Thread Russell Keith-Magee
On 9/30/06, mdornseif <[EMAIL PROTECTED]> wrote: > > I now spent to long debugging my model - I had missed the > ManyToManyField documentation regarding the symmetrical parameter and > relying on the related_name parameter. > > To me it seems that when symmetrical=True, related_name is ignored.

ManyToManyField, symmetrical & related_name

2006-09-30 Thread mdornseif
I now spent to long debugging my model - I had missed the ManyToManyField documentation regarding the symmetrical parameter and relying on the related_name parameter. To me it seems that when symmetrical=True, related_name is ignored. Shouldn't we therefore add something like if kwargs.