Will PasswordField be in Django?

2009-11-10 Thread Shu Hung (Koala)
Hello, I am new to Django. I'm writing an app with it. And I found there is no PasswordField in Django. I Googled a bit. And I found, in patch #61, that someone has wrote it already. Will it be in place soon? When? Or, what is the matter of it? Koala Yeung --~--~-~--~~~

Re: Will PasswordField be in Django?

2009-11-10 Thread Shu Hung (Koala)
On Tue, Nov 10, 2009 at 8:55 PM, Brett Parker wrote: > > Well, a password field isn't actually a different type of data than a > text field, so you'd usually just override the form's default for the > password field, using a modelform to specify that you want it to appear > as a password widget. >