Ticket #13732: 1372.diff

File 1372.diff, 612 bytes (added by Matthew Schinckel, 14 years ago)

Documentation patch.

  • tests/regressiontests/forms/localflavor/au.py

     
    5050## AUPhoneNumberField ########################################################
    5151
    5252A field that accepts a 10 digit Australian phone number.
    53 llows spaces and parentheses around area code.
     53Allows spaces and parentheses around area code.
    5454
    5555>>> from django.contrib.localflavor.au.forms import AUPhoneNumberField
    5656>>> f = AUPhoneNumberField()
Back to Top