summaryrefslogtreecommitdiff
path: root/django/newforms
AgeCommit message (Expand)Author
2007-07-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported 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-24unicode: Fixed some more Python 2.3 problems (thank-you, test suite!)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-17unicode: Merged from trunk up to [5265].Malcolm Tredinnick
2007-05-14unicode: Merged from trunk to [5237].Malcolm 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: Made various changes to prevent actual and potential Python 2.3Malcolm Tredinnick
2007-05-13unicode: Merged from trunk up to [5213].Malcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-04-26unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls intoMalcolm 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-04Cleaned up [4924]. Sorry; wasn't concentrating enough.Malcolm Tredinnick
2007-04-04Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks,Malcolm Tredinnick
2007-04-04Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are usefulMalcolm 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-01Tweaked formatting so that comments are readable on 80-char terminals.Malcolm Tredinnick
2007-03-31Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance().Malcolm Tredinnick
2007-02-21Added a comment to ModelChoiceField from [4552]Adrian Holovaty
2007-02-21Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long...Adrian Holovaty
2007-02-20Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...Adrian Holovaty
2007-02-20Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr...Adrian Holovaty
2007-02-20Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ...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-15Created django.contrib.localflavor, for country- and culture-specific functio...Adrian Holovaty
2007-02-15Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ...Adrian Holovaty
2007-02-15Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, neshAdrian Holovaty
2007-02-15Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ...Adrian Holovaty
2007-02-15Added empty space in newforms BaseForm.__init__() to visually group a lengthy...Adrian Holovaty
2007-02-15Fixed #1466 -- Added newforms USZipCodeFieldAdrian Holovaty
2007-02-14Implemented subclassing Forms in newformsAdrian Holovaty
2007-02-13Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field...Adrian Holovaty
2007-02-05newforms: Changed ChoiceField error message *not* to include user-provided inputAdrian Holovaty
2007-01-29Improved newforms.models.save_for_instance() to set many-to-many values via I...Adrian Holovaty
2007-01-28Fixed #3255 -- Added help_text argument to newforms Field class.Adrian Holovaty
2007-01-28Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f...Adrian Holovaty
2007-01-27Fixed #3334 -- Changed newforms Form class construction so that appending to ...Adrian Holovaty
2007-01-27Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ...Adrian Holovaty
2007-01-27Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li...Adrian Holovaty
2007-01-24newforms: Implemented NullBooleanField and NullBooleanSelectAdrian Holovaty
2007-01-23newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi...Adrian Holovaty