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
Age
Commit message (
Expand
)
Author
2007-12-19
Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_...
Adrian Holovaty
2007-12-17
Fixed #6197 -- Added (optional) formfield_callback argument to ModelForms.__n...
Malcolm Tredinnick
2007-12-13
Changed ModelForms to allow inheritance as long as their model attributes are...
Joseph Kocherhans
2007-12-13
Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...
Joseph Kocherhans
2007-12-04
Small docstring edit to change from [6745]
Adrian Holovaty
2007-12-02
Added PendingDeprecationWarmings for form_for_instance/form_for_model.
Joseph Kocherhans
2007-12-02
Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might
Malcolm Tredinnick
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-28
Fixed #5991 -- Marked the generated HTML for newforms.extra.SelectDateWidget as
Malcolm Tredinnick
2007-11-28
Fixed #5730: Conditionally escape widget contents in newforms to avoid
Malcolm Tredinnick
2007-11-26
Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `...
Gary Wilson Jr
2007-11-19
Made use of `EMPTY_VALUES` in `ModelChoiceField.clean()`.
Gary Wilson Jr
2007-11-18
Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability...
Gary Wilson Jr
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-11-13
Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model...
Gary Wilson Jr
2007-11-11
Fixed #5918 -- Removed `SortedDictFromList` since `SortedDict` now can do eve...
Gary Wilson Jr
2007-11-04
For readability, use _() as an alias to mark translatable strings.
Malcolm Tredinnick
2007-10-29
Style fixes.
Gary Wilson Jr
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-22
Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks,
Malcolm Tredinnick
2007-10-21
Removed unwanted import that snuck into [6578].
Malcolm Tredinnick
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-10-20
Changed newforms.CheckboxInput widget to return False as its value when not
Malcolm Tredinnick
2007-10-04
Changed some Widget subclasses to be consistent about how they handle the pas...
Malcolm Tredinnick
2007-10-04
Added a __deepcopy__() method to the Widget class in order to avoid a number ...
Malcolm Tredinnick
2007-09-16
Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei...
Malcolm Tredinnick
2007-09-16
Fixed #4975 -- Allow the default label suffix character to be configured. Tha...
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-15
Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...
Malcolm Tredinnick
2007-09-15
Fixed some Python 2.3 unicode conversion problems. Uncovered by the tests, bu...
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-13
Fixed #4752 -- Make default ErrorList customisable in newforms display. Based...
Malcolm Tredinnick
2007-09-13
Fixed #5370 -- Allow lazy translations in ValidationError classes. Patch from...
Malcolm Tredinnick
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-12
Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden...
Malcolm Tredinnick
2007-08-06
Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...
Russell Keith-Magee
2007-08-05
Fixed #4001 -- Added dynamic save_m2m method() to forms created with form_for...
Russell Keith-Magee
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
[next]