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
/
django
/
newforms
/
fields.py
Age
Commit message (
Expand
)
Author
2007-12-04
Small docstring edit to change from [6745]
Adrian Holovaty
2007-12-02
Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we
Malcolm Tredinnick
2007-12-01
Simplified the newforms error_messages setting code from [6625]
Adrian Holovaty
2007-11-29
Fixed #6014 -- More robust error handling when validating decimal fields.
Malcolm Tredinnick
2007-11-29
Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,
Malcolm Tredinnick
2007-11-04
For readability, use _() as an alias to mark translatable strings.
Malcolm Tredinnick
2007-10-28
Fixed #3457 -- Allow overridding of error messages for newforms Fields.
Gary Wilson Jr
2007-10-28
Removed duplicate decimal import.
Gary Wilson Jr
2007-10-21
Changed the default form presentation of datetime values to not include the
Malcolm Tredinnick
2007-10-21
DateTimeField can now clean values that come from SplitDateTimeWidget.
Malcolm Tredinnick
2007-09-16
Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei...
Malcolm Tredinnick
2007-09-15
Fixed #5471 -- Fixed cleaning of boolean field data when it's used as a hidde...
Malcolm Tredinnick
2007-09-15
Fixed #5355 -- Fixed data cleaning for DecimalField.
Malcolm Tredinnick
2007-09-14
Fixed #3848 -- Added more comprehensive checks to ImageField validation, chec...
Russell Keith-Magee
2007-09-14
Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol is...
Russell Keith-Magee
2007-09-14
Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc...
Malcolm Tredinnick
2007-09-14
Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks...
Russell Keith-Magee
2007-09-11
Fixed #4478 -- Added a catch for an error thrown by PIL when attempting to va...
Russell Keith-Magee
2007-09-08
Fixed imports to adhere to PEP 8 and stripped trailing whitespace.
Gary Wilson Jr
2007-09-08
Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...
Gary Wilson Jr
2007-08-12
Fixed #5095 -- newforms now checks for EnvironmentError when importing settin...
Adrian Holovaty
2007-08-06
Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...
Russell Keith-Magee
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-14
Fixed a problem with translatable strings from [5686].
Malcolm Tredinnick
2007-07-13
Fixed #4469 -- Added slightly more informative error messages to max- and
Malcolm Tredinnick
2007-07-13
Fixed #4861 -- Removed some duplicated logic from the newforms RegexField by
Malcolm Tredinnick
2007-07-13
Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation.
Malcolm Tredinnick
2007-07-12
Fixed #4755 -- Modified newforms MultipleChoiceField to use list comprehensio...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-01
Added some clearer docstrings to MultiValueField and MultiWidget
Adrian Holovaty
2007-06-23
Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. Thanks
Malcolm Tredinnick
2007-06-23
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-05-16
Fixed #4318 -- Fixed unused imports and other various style tweaks in newform...
Adrian Holovaty
2007-04-26
Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ...
Russell Keith-Magee
2007-04-21
Fixed #3821 -- Added a widget class attribute to ChoiceField and
Malcolm Tredinnick
2007-04-04
Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful
Malcolm Tredinnick
2007-04-01
Tweaked formatting so that comments are readable on 80-char terminals.
Malcolm Tredinnick
2007-02-20
Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice...
Adrian Holovaty
2007-02-19
Improved newforms to handle wacky characters in Field help_text
Adrian Holovaty
2007-02-05
newforms: Changed ChoiceField error message *not* to include user-provided input
Adrian Holovaty
2007-01-28
Fixed #3255 -- Added help_text argument to newforms Field class.
Adrian Holovaty
2007-01-24
newforms: Implemented NullBooleanField and NullBooleanSelect
Adrian Holovaty
2007-01-23
newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi...
Adrian Holovaty
2007-01-21
Fixed #3196 -- Fixed inconsistency in setting choices on ChoiceFields dynamic...
Adrian Holovaty
2007-01-21
newforms: Fixed confusing behavior when setting choices for ChoiceFields and ...
Adrian Holovaty
2007-01-20
Fixed #3303 -- Cleaned some newforms clean() method implementations. Thanks f...
Adrian Holovaty
2007-01-20
Fixed #3337 -- Changed newforms Field subclasses to use super(). Thanks for t...
Adrian Holovaty
2007-01-13
Fixed #3281 -- newforms: URLField now works properly with required=False and ...
Adrian Holovaty
2007-01-13
Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field...
Adrian Holovaty
[next]