summaryrefslogtreecommitdiff
path: root/tests/regressiontests/localflavor
AgeCommit message (Expand)Author
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-10-12Removed country-specific localflavor tests.Adrian Holovaty
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-07-20Removed u prefixes on unicode strings.Aymeric Augustin
2012-07-09Added supplementary check for CUIT number of ar localflavorClaude Paroz
2012-07-09Fixed #18537 -- Fixed CUIT calculation in ar localflavorClaude Paroz
2012-06-30Fixed #18102 -- Defined min/max_length on French localflavor form fieldsClaude Paroz
2012-06-12Added missing encoding prefix in localflavor testClaude Paroz
2012-06-12Cleaned up locale-related encoding issuesClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-18Fixed broken ES localflavor test after 4774875.Claude Paroz
2012-05-10Fixed #17798 -- Tweaked the CA localflavor.Aymeric Augustin
2012-04-26Removed deprecated gender check in cz localflavor. Refs #14593.Claude Paroz
2012-04-09Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Le...Julien Phalip
2012-03-05Added change forgotten in r17668.Aymeric Augustin
2012-02-09Fixed #17139 -- Corrected the French department names to contain accents.Jannis Leidel
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2012-01-07Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for...Aymeric Augustin
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-12-31Fixed the rest of the US localflavor tests that were forgotten in r15058. Ref...Jannis Leidel
2010-12-23Refactor the choices for localflavor's USStateField, and add new US postal co...James Bennett
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-08-06Added __init__.py file that was left out of [13505].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