index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
localflavor
/
tests.py
Age
Commit message (
Expand
)
Author
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-10-12
Removed country-specific localflavor tests.
Adrian Holovaty
2012-04-09
Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Le...
Julien Phalip
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-08-28
Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda...
Julien Phalip
2011-08-24
Fixed #15837. Consolidated all the locaflavor tests into a single, logical, p...
Julien Phalip
2011-07-29
Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-12
Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.
Jannis Leidel
2011-04-22
Fixed #11251 -- Extended Australian localflavor to ship a few model fields ad...
Jannis Leidel
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-08-06
Fixed #13495 -- Refactored the localflavor test directory to provide the plac...
Russell Keith-Magee
2010-01-01
Fixed code duplication caused in [11857].
Jannis Leidel
2009-12-13
Fixed #10969: Made US State field a CharField, fixing a few oddities in its b...
Karen Tracey