summaryrefslogtreecommitdiff
path: root/tests/regressiontests/localflavor
AgeCommit message (Collapse)Author
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
Each localflavor lives on as a separate app.
2012-10-12Removed country-specific localflavor tests.Adrian Holovaty
They now live in separate django-contrib-XX packages.
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-07-20Removed u prefixes on unicode strings.Aymeric Augustin
They break Python 3.
2012-07-09Added supplementary check for CUIT number of ar localflavorClaude Paroz
Thanks Kevin Schaul for the initial patch.
2012-07-09Fixed #18537 -- Fixed CUIT calculation in ar localflavorClaude Paroz
Thanks mmoya at 8ksoft.com.ar for the report and Kevin Shaul for the initial patch.
2012-06-30Fixed #18102 -- Defined min/max_length on French localflavor form fieldsClaude Paroz
Thanks mothsART for the report and the initial patch.
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
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
This is a preparation for unicode literals general usage in Django (Python 3 compatibility).
2012-05-18Fixed broken ES localflavor test after 4774875.Claude Paroz
2012-05-10Fixed #17798 -- Tweaked the CA localflavor.Aymeric Augustin
Thanks shelldweller.
2012-04-26Removed deprecated gender check in cz localflavor. Refs #14593.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-09Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien ↵Julien Phalip
Lemaire. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-05Added change forgotten in r17668.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-09Fixed #17139 -- Corrected the French department names to contain accents.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ↵Carl Meyer
converted Django tests to use them where appropriate. Thanks Greg Müllegger. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-07Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik ↵Aymeric Augustin
for the report, michalm for the patch and claudep for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-13Convert the remainder of the relative imports in the tests to be absolute ↵Alex Gaynor
imports. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-28Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ↵Julien Phalip
gandalf@owca.info>, Gasper Zejn and Domen Kozar for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-24Fixed #15837. Consolidated all the locaflavor tests into a single, logical, ↵Julien Phalip
place (regressiontests/localflavor/). git-svn-id: http://code.djangoproject.com/svn/django/trunk@16680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-29Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ↵Jannis Leidel
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-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for ↵Jannis Leidel
the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-12Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-22Fixed #11251 -- Extended Australian localflavor to ship a few model fields ↵Jannis Leidel
additionally. Thanks, Simon Meers and Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-31Fixed the rest of the US localflavor tests that were forgotten in r15058. ↵Jannis Leidel
Refs r15029. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-23Refactor the choices for localflavor's USStateField, and add new US postal ↵James Bennett
code support. Fixes #14937 and #9022, refs #10308 and #8425. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft ↵Russell Keith-Magee
patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06Added __init__.py file that was left out of [13505].Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06Fixed #13495 -- Refactored the localflavor test directory to provide the ↵Russell Keith-Magee
placeholder structure for other flavors. Thanks to chronos for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-01Fixed code duplication caused in [11857].Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-13Fixed #10969: Made US State field a CharField, fixing a few oddities in its ↵Karen Tracey
behavior. Thanks Paul McLanahan. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11857 bcc190cf-cafb-0310-a4f2-bffc1f526a37