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
/
forms
Age
Commit message (
Expand
)
Author
2007-06-25
unicode: Merged from trunk up to [5530]. Oracle backend has not been ported to
Malcolm Tredinnick
2007-06-17
unicode: Render templates as unicode objects and only convert them to
Malcolm Tredinnick
2007-05-29
unicode: Merged from trunk up to [5380].
Malcolm Tredinnick
2007-05-28
Fixed #4403 -- Stopped pushing form error messages (which are unicode strings)
Malcolm Tredinnick
2007-05-22
unicode: Made lazy translation objects work properly. Fixed #4295, #4320.
Malcolm Tredinnick
2007-05-21
unicode: Merged from trunk up to [5308].
Malcolm Tredinnick
2007-05-16
unicode: Test changes that I forgot to commit in [5271].
Malcolm Tredinnick
2007-05-14
unicode: Merged from trunk to [5237].
Malcolm Tredinnick
2007-05-14
unicode: Added in a test that I want to work later (once some i18n problems are
Malcolm Tredinnick
2007-05-14
unicode: Changed a few more places in newforms where str() was being used with
Malcolm Tredinnick
2007-05-14
unicode: Replaced remaining uses in Python code of gettext() with ugettext().
Malcolm Tredinnick
2007-05-14
unicode: Improved the test slightly for RadioSelect widgets with unicode
Malcolm Tredinnick
2007-05-14
unicode: Merged from trunk up to [5222] (want to use the extra tests).
Malcolm Tredinnick
2007-05-13
unicode: Merged from trunk up to [5213].
Malcolm Tredinnick
2007-05-05
unicode: Merged from trunk up to [5150].
Malcolm Tredinnick
2007-04-28
unicode: Merged from trunk up to [5121].
Malcolm Tredinnick
2007-04-26
unicode: Merged from trunk up to [5080].
Malcolm Tredinnick
2007-04-21
unicode: Merged up to [5053].
Malcolm Tredinnick
2007-04-09
unicode: Merged with trunk up to [4970].
Malcolm Tredinnick
2007-04-09
unicode: Converted the template output and database I/O interfaces to
Malcolm Tredinnick
2007-04-06
Fixed inconsistent indentation in localflavor/de/forms.py from [4922]
Adrian Holovaty
2007-04-05
Fixed #3931 -- Corrected a typo noticed by Jorge Gajon.
Malcolm Tredinnick
2007-04-04
Removed an umlaut, since our i18n support (creating PO files) doesn't work
Malcolm Tredinnick
2007-04-04
Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks,
Malcolm Tredinnick
2007-04-04
Fixed #3919 -- Added German identity card number validation to German
Malcolm Tredinnick
2007-04-04
Fixed #3897 -- Added German localflavor. Thanks, Jannis Leidel.
Malcolm Tredinnick
2007-04-04
Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful
Malcolm Tredinnick
2007-04-03
Negligible formatting changes to some recent commits
Adrian Holovaty
2007-04-03
Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet.
Malcolm Tredinnick
2007-04-03
Fixed #3882 -- Changed error messages in Brazilian localflavor to be in
Malcolm Tredinnick
2007-04-02
Fixed #3600 -- Made smart_unicode respect deferred evaluation in the case
Malcolm Tredinnick
2007-04-01
Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them
Malcolm Tredinnick
2007-04-01
Moved localflavor form tests into their own file.
Malcolm Tredinnick
2007-03-31
Fixed #3866 -- Added tests for localflavor/it. Thanks flavio.curella@gmail.com
Malcolm Tredinnick
2007-03-31
Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza.
Malcolm Tredinnick
2007-03-30
Fixed #3847 -- Added validation support for Finnish social security numbers.
Malcolm Tredinnick
2007-03-30
Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori.
Malcolm Tredinnick
2007-03-25
Fixed #3715 -- Added Japanese package to django.contrib.localflavor. Thanks, ...
Adrian Holovaty
2007-03-25
Fixed #3813 -- Added French package to django.contrib.localflavor. Thanks, Fa...
Adrian Holovaty
2007-03-06
Fixed #3654 -- Fixed test failure from [4665].
Malcolm Tredinnick
2007-02-21
Added newforms USPhoneNumberField in django.contrib.localflavor.usa
Adrian Holovaty
2007-02-21
Added small newforms unit test
Adrian Holovaty
2007-02-20
Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...
Adrian Holovaty
2007-02-20
Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla...
Adrian Holovaty
2007-02-19
Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu...
Adrian Holovaty
2007-02-19
Improved newforms to handle wacky characters in Field help_text
Adrian Holovaty
2007-02-15
Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No...
Adrian Holovaty
2007-02-15
Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u...
Adrian Holovaty
2007-02-15
Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455
Adrian Holovaty
2007-02-15
Created django.contrib.localflavor, for country- and culture-specific functio...
Adrian Holovaty
[next]