On 10 Nov 20:05, Shu Hung (Koala) wrote:
> 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?

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.

-- 
Brett Parker

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to