Author: ubernostrum
Date: 2008-09-01 19:26:28 -0500 (Mon, 01 Sep 2008)
New Revision: 8830

Modified:
   django/trunk/docs/ref/contrib/localflavor.txt
   django/trunk/docs/ref/models/fields.txt
Log:
Fixed #8786: Moved phone number field docs to localflavor

Modified: django/trunk/docs/ref/contrib/localflavor.txt
===================================================================
--- django/trunk/docs/ref/contrib/localflavor.txt       2008-09-02 00:20:10 UTC 
(rev 8829)
+++ django/trunk/docs/ref/contrib/localflavor.txt       2008-09-02 00:26:28 UTC 
(rev 8830)
@@ -650,6 +650,11 @@
     A form ``Select`` widget that uses a list of U.S. states/territories as its
     choices.
 
+.. class:: us.models.PhoneNumberField
+
+    A :class:`CharField` that checks that the value is a valid U.S.A.-style 
phone
+    number (in the format ``XXX-XXX-XXXX``).
+
 .. class:: us.models.USStateField
 
     A model field that forms represent as a ``forms.USStateField`` field and

Modified: django/trunk/docs/ref/models/fields.txt
===================================================================
--- django/trunk/docs/ref/models/fields.txt     2008-09-02 00:20:10 UTC (rev 
8829)
+++ django/trunk/docs/ref/models/fields.txt     2008-09-02 00:26:28 UTC (rev 
8830)
@@ -617,14 +617,6 @@
 this instead of a :class:`BooleanField` with ``null=True``. The admin 
represents
 this as a ``<select>`` box with "Unknown", "Yes" and "No" choices.
 
-``PhoneNumberField``
---------------------
-
-.. class:: PhoneNumberField([**options])
-
-A :class:`CharField` that checks that the value is a valid U.S.A.-style phone
-number (in the format ``XXX-XXX-XXXX``).
-
 ``PositiveIntegerField``
 ------------------------
 


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

Reply via email to