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