Ticket #2071: model-api.txt.diff
File model-api.txt.diff, 674 bytes (added by , 18 years ago) |
---|
-
docs/model-api.txt
322 322 323 323 The admin represents this as a ``<select>`` box with "Unknown", "Yes" and "No" choices. 324 324 325 ``PasswordField`` 326 ~~~~~~~~~~~~~~~~~ 327 328 A ``PasswordField`` is like a ``TextField`` but the difference is that the 329 characters that are entered are masked, typically by asterisks (*). Also note 330 that even though this is a password field the data is sent as clear text to 331 the server. Additional measures are needed to ensure data safety. 332 325 333 ``PhoneNumberField`` 326 334 ~~~~~~~~~~~~~~~~~~~~ 327 335