summaryrefslogtreecommitdiff
path: root/django/newforms/fields.py
AgeCommit message (Expand)Author
2007-12-04Small docstring edit to change from [6745]Adrian Holovaty
2007-12-02Fixed #5743 -- Tweaked the exceptions raised when importing settings so that weMalcolm Tredinnick
2007-12-01Simplified the newforms error_messages setting code from [6625]Adrian Holovaty
2007-11-29Fixed #6014 -- More robust error handling when validating decimal fields.Malcolm Tredinnick
2007-11-29Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,Malcolm Tredinnick
2007-11-04For readability, use _() as an alias to mark translatable strings.Malcolm Tredinnick
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-28Removed duplicate decimal import.Gary Wilson Jr
2007-10-21Changed the default form presentation of datetime values to not include theMalcolm Tredinnick
2007-10-21DateTimeField can now clean values that come from SplitDateTimeWidget.Malcolm Tredinnick
2007-09-16Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei...Malcolm Tredinnick
2007-09-15Fixed #5471 -- Fixed cleaning of boolean field data when it's used as a hidde...Malcolm Tredinnick
2007-09-15Fixed #5355 -- Fixed data cleaning for DecimalField.Malcolm Tredinnick
2007-09-14Fixed #3848 -- Added more comprehensive checks to ImageField validation, chec...Russell Keith-Magee
2007-09-14Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol is...Russell Keith-Magee
2007-09-14Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc...Malcolm Tredinnick
2007-09-14Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks...Russell Keith-Magee
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