Ticket #13732: 1372.diff
File 1372.diff, 612 bytes (added by , 14 years ago) |
---|
-
tests/regressiontests/forms/localflavor/au.py
50 50 ## AUPhoneNumberField ######################################################## 51 51 52 52 A field that accepts a 10 digit Australian phone number. 53 llows spaces and parentheses around area code.53 Allows spaces and parentheses around area code. 54 54 55 55 >>> from django.contrib.localflavor.au.forms import AUPhoneNumberField 56 56 >>> f = AUPhoneNumberField()