Author: Alex
Date: 2010-10-11 18:57:03 -0500 (Mon, 11 Oct 2010)
New Revision: 14162
Modified:
django/trunk/docs/releases/1.3.txt
Log:
Fixed a reference in the docs to a non-existant PasswordField.
Modified: django/trunk/docs/releases/1.3.txt
===================================================================
--- django/trunk/docs/releases/1.3.txt 2010-10-11 23:50:59 UTC (rev 14161)
+++ django/trunk/docs/releases/1.3.txt 2010-10-11 23:57:03 UTC (rev 14162)
@@ -85,7 +85,7 @@
class LoginForm(forms.Form):
username = forms.CharField(max_length=100)
- password =
forms.PasswordField(widget=forms.PasswordInput(render_value=True))
+ password =
forms.CharField(widget=forms.PasswordInput(render_value=True))
Clearable default widget for FileField
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.