This website requires JavaScript.
Explore
Help
Sign In
p31829507
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Projects
Releases
Wiki
Activity
4a6e1b5613
django
/
tests
/
regressiontests
/
localflavor
/
tests.py
5 lines
70 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
*
from
us
.
tests
import
*