This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6feb611c7b
django
/
tests
/
regressiontests
/
localflavor
/
tests.py
6 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #11251 -- Extended Australian localflavor to ship a few model fields additionally. Thanks, Simon Meers and Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22 20:01:59 +08:00
from
au
.
tests
import
*
Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-12 21:31:40 +08:00
from
mk
.
tests
import
*
Fixed #16497 -- Added new form and model fields to the Mexican local flavor. Many thanks to Andrés Torres Marroquín and Gerardo Orozco. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-29 18:20:16 +08:00
from
mx
.
tests
import
*
Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-12 21:31:40 +08:00
from
us
.
tests
import
*