index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-11-28
queryset-refactor: Merged from trunk up to [6724].
Malcolm Tredinnick
2007-11-18
queryset-refactor: Fixed up a few problems from the previous merge from trunk.
Malcolm Tredinnick
2007-11-18
queryset-refactor: Merged from trunk up to [6689].
Malcolm Tredinnick
2007-11-03
queryset-refactor: Merged from trunk up to [6635].
Malcolm Tredinnick
2007-11-03
queryset-refactor: Merged from trunk up to [6623].
Malcolm Tredinnick
2007-10-23
queryset-refactor: Merged from trunk up to [6595].
Malcolm Tredinnick
2007-10-08
queryset-refactor: Merged changed from trunk up to [6463].
Malcolm Tredinnick
2007-09-20
queryset-refactor: Merged to [6381]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6300]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6190]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6155]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6140]
Adrian Holovaty
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
2007-08-01
Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect...
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
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-23
Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoid
Malcolm Tredinnick
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-06-15
Fixed #3972 -- Updated docstring. Patch from SmileyChris.
Malcolm Tredinnick
2007-05-26
Fixed #3718 -- Exposed form errors to cleaning methods as soon as they are
Malcolm Tredinnick
2007-05-26
Fixed #4297 -- Made form errors available to sub-classes. Thanks, Gary Wilson.
Malcolm Tredinnick
2007-05-26
Fixed #4390, #4385 -- Made it clear that cleaned_data wasn't being assigned to
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-05-19
Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt().
Malcolm Tredinnick
2007-05-16
Fixed #4318 -- Fixed unused imports and other various style tweaks in newform...
Adrian Holovaty
2007-05-14
Changed the fix from [5231] so that the backwards-incompatibility is made more
Malcolm Tredinnick
2007-05-14
Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*.
Malcolm Tredinnick
2007-05-12
Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha...
Russell Keith-Magee
2007-05-12
Added docs for form_for_model and form_for_instance, and added a fields argum...
Russell Keith-Magee
2007-04-27
Fixed #3698 -- Modified newforms labels to only add a colon if the label text...
Russell Keith-Magee
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-04-26
Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ...
Russell Keith-Magee
2007-04-24
Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect...
Russell Keith-Magee
2007-04-21
Fixed #3821 -- Added a widget class attribute to ChoiceField and
Malcolm Tredinnick
2007-04-09
Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols'...
Adrian Holovaty
2007-04-04
Cleaned up [4924]. Sorry; wasn't concentrating enough.
Malcolm Tredinnick
[next]