Author: adrian Date: 2007-02-25 13:51:33 -0600 (Sun, 25 Feb 2007) New Revision: 4579
Modified: django/trunk/docs/model-api.txt Log: Reverted [4578] because there's no such thing as a PasswordField database field type Modified: django/trunk/docs/model-api.txt =================================================================== --- django/trunk/docs/model-api.txt 2007-02-25 17:18:17 UTC (rev 4578) +++ django/trunk/docs/model-api.txt 2007-02-25 19:51:33 UTC (rev 4579) @@ -338,14 +338,6 @@ The admin represents this as a ``<select>`` box with "Unknown", "Yes" and "No" choices. -``PasswordField`` -~~~~~~~~~~~~~~~~~ - -A ``PasswordField`` is like a ``TextField`` but the difference is that the -characters that are entered are masked, typically by asterisks (*). Also note -that even though this is a password field the data is sent as clear text to -the server. Additional measures are needed to ensure data safety. - ``PhoneNumberField`` ~~~~~~~~~~~~~~~~~~~~ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
