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
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
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.
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.