django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
828 stars 290 forks source link

Add Australian Company Number validator #278

Closed koterpillar closed 7 years ago

koterpillar commented 7 years ago

Add Australian Company Number model and form fields.

Note that running isort --recursive --line-width 120 localflavor tests produced changes in otherwise unchanged files. I've limited my changes to the files I touched.

All Changes

New Fields Only

koterpillar commented 7 years ago

Fixed both issues.

benkonrath commented 7 years ago

It would be great if you can also add a test the form's prepare_value. I think there's an example test with the AUBusinessNumberField. Thanks.

koterpillar commented 7 years ago

Added tests.