Skip to content

Commit

Permalink
Reverted [4578] because there's no such thing as a PasswordField data…
Browse files Browse the repository at this point in the history
…base field type

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Feb 25, 2007
1 parent 81bb3d9 commit 2589562
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/model-api.txt
Expand Up @@ -338,14 +338,6 @@ instead of a ``BooleanField`` with ``null=True``.

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``
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 2589562

Please sign in to comment.