Author: mtredinnick
Date: 2008-07-18 18:02:06 -0500 (Fri, 18 Jul 2008)
New Revision: 7961
Modified:
django/trunk/docs/localflavor.txt
Log:
Fixed #7685 -- fixed a typo in French localflavor documentation.
Modified: django/trunk/docs/localflavor.txt
===================================================================
--- django/trunk/docs/localflavor.txt 2008-07-18 23:01:28 UTC (rev 7960)
+++ django/trunk/docs/localflavor.txt 2008-07-18 23:02:06 UTC (rev 7961)
@@ -20,10 +20,10 @@
French telephone number::
from django import newforms as forms
- from django.contrib.localflavor import fr
+ from django.contrib.localflavor.fr.forms import FRPhoneNumberField
class MyForm(forms.Form):
- my_french_phone_no = fr.forms.FRPhoneNumberField()
+ my_french_phone_no = FRPhoneNumberField()
Supported countries
===================
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---