summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/model-api.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 53c0c21750..0a10918d54 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -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``
~~~~~~~~~~~~~~~~~~~~