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