Changeset 8830
- Timestamp:
- 09/01/08 19:26:28 (4 months ago)
- Files:
-
- django/trunk/docs/ref/contrib/localflavor.txt (modified) (1 diff)
- django/trunk/docs/ref/models/fields.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/contrib/localflavor.txt
r8819 r8830 651 651 choices. 652 652 653 .. class:: us.models.PhoneNumberField 654 655 A :class:`CharField` that checks that the value is a valid U.S.A.-style phone 656 number (in the format ``XXX-XXX-XXXX``). 657 653 658 .. class:: us.models.USStateField 654 659 django/trunk/docs/ref/models/fields.txt
r8819 r8830 618 618 this as a ``<select>`` box with "Unknown", "Yes" and "No" choices. 619 619 620 ``PhoneNumberField``621 --------------------622 623 .. class:: PhoneNumberField([**options])624 625 A :class:`CharField` that checks that the value is a valid U.S.A.-style phone626 number (in the format ``XXX-XXX-XXXX``).627 628 620 ``PositiveIntegerField`` 629 621 ------------------------
