summaryrefslogtreecommitdiff
path: root/django/newforms/fields.py
AgeCommit message (Expand)Author
2008-03-20queryset-refactor: Merged from trunk up to [7338].Malcolm Tredinnick
2008-01-26queryset-refactor: Merged from trunk up to [7025].Malcolm Tredinnick
2007-12-19queryset-refactor: Merged from trunk up to [6953].Malcolm Tredinnick
2007-12-03queryset-refactor: Merged from trunk up to [6856].Malcolm Tredinnick
2007-11-29queryset-refactor: Merged from trunk up to [6752].Malcolm Tredinnick
2007-11-18queryset-refactor: Fixed up a few problems from the previous merge from trunk.Malcolm Tredinnick
2007-11-18queryset-refactor: Merged from trunk up to [6689].Malcolm Tredinnick
2007-11-03queryset-refactor: Merged from trunk up to [6623].Malcolm Tredinnick
2007-10-23queryset-refactor: Merged from trunk up to [6595].Malcolm Tredinnick
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6190]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6155]Adrian Holovaty
2007-09-11Fixed #4478 -- Added a catch for an error thrown by PIL when attempting to va...Russell Keith-Magee
2007-09-08Fixed imports to adhere to PEP 8 and stripped trailing whitespace.Gary Wilson Jr
2007-09-08Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...Gary Wilson Jr
2007-08-12Fixed #5095 -- newforms now checks for EnvironmentError when importing settin...Adrian Holovaty
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...Russell Keith-Magee
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-14Fixed a problem with translatable strings from [5686].Malcolm Tredinnick
2007-07-13Fixed #4469 -- Added slightly more informative error messages to max- andMalcolm Tredinnick
2007-07-13Fixed #4861 -- Removed some duplicated logic from the newforms RegexField byMalcolm Tredinnick
2007-07-13Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation.Malcolm Tredinnick
2007-07-12Fixed #4755 -- Modified newforms MultipleChoiceField to use list comprehensio...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-01Added some clearer docstrings to MultiValueField and MultiWidgetAdrian Holovaty
2007-06-23Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. ThanksMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-16Fixed #4318 -- Fixed unused imports and other various style tweaks in newform...Adrian Holovaty
2007-04-26Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ...Russell Keith-Magee
2007-04-21Fixed #3821 -- Added a widget class attribute to ChoiceField andMalcolm Tredinnick
2007-04-04Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are usefulMalcolm Tredinnick
2007-04-01Tweaked formatting so that comments are readable on 80-char terminals.Malcolm Tredinnick
2007-02-20Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...Adrian Holovaty
2007-02-19Improved newforms to handle wacky characters in Field help_textAdrian Holovaty
2007-02-05newforms: Changed ChoiceField error message *not* to include user-provided inputAdrian Holovaty
2007-01-28Fixed #3255 -- Added help_text argument to newforms Field class.Adrian Holovaty
2007-01-24newforms: Implemented NullBooleanField and NullBooleanSelectAdrian Holovaty
2007-01-23newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi...Adrian Holovaty
2007-01-21Fixed #3196 -- Fixed inconsistency in setting choices on ChoiceFields dynamic...Adrian Holovaty
2007-01-21newforms: Fixed confusing behavior when setting choices for ChoiceFields and ...Adrian Holovaty
2007-01-20Fixed #3303 -- Cleaned some newforms clean() method implementations. Thanks f...Adrian Holovaty
2007-01-20Fixed #3337 -- Changed newforms Field subclasses to use super(). Thanks for t...Adrian Holovaty
2007-01-13Fixed #3281 -- newforms: URLField now works properly with required=False and ...Adrian Holovaty
2007-01-13Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field...Adrian Holovaty
2007-01-09Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c...Adrian Holovaty
2006-12-28newforms: Added 'initial' parameter to Field. This allows you to specify init...Adrian Holovaty
2006-12-26newforms: Added max_length and min_length optional arguments to RegexField, E...Adrian Holovaty
2006-12-17Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Th...Adrian Holovaty