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