mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
319a31464d
commit
a26ba33111
6 changed files with 126 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from fields import tests as fields_tests
|
|||
from forms import tests as form_tests
|
||||
from error_messages import tests as custom_error_message_tests
|
||||
from localflavor.ar import tests as localflavor_ar_tests
|
||||
from localflavor.at import tests as localflavor_at_tests
|
||||
from localflavor.au import tests as localflavor_au_tests
|
||||
from localflavor.br import tests as localflavor_br_tests
|
||||
from localflavor.ca import tests as localflavor_ca_tests
|
||||
|
|
@ -36,6 +37,7 @@ __test__ = {
|
|||
'form_tests': form_tests,
|
||||
'custom_error_message_tests': custom_error_message_tests,
|
||||
'localflavor_ar_tests': localflavor_ar_tests,
|
||||
'localflavor_at_tests': localflavor_at_tests,
|
||||
'localflavor_au_tests': localflavor_au_tests,
|
||||
'localflavor_br_tests': localflavor_br_tests,
|
||||
'localflavor_ca_tests': localflavor_ca_tests,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue