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
/
forms.py
Age
Commit message (
Expand
)
Author
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-07-06
Fixed #7621 -- Enable superclassing of the various metaclasses we use.
Malcolm Tredinnick
2008-02-29
Fixed #5811 -- Added an explicit conversion to unicode that was otherwise cau...
Malcolm Tredinnick
2008-02-14
Modified [7112] to make things behave more in line with Python subclassing wh...
Malcolm Tredinnick
2008-02-14
Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that i...
Malcolm Tredinnick
2008-01-17
Fixed #6302. FileField no longer requires a value if one already exists. Than...
Joseph Kocherhans
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-11-11
Fixed #5918 -- Removed `SortedDictFromList` since `SortedDict` now can do eve...
Gary Wilson Jr
2007-09-16
Fixed #4975 -- Allow the default label suffix character to be configured. Tha...
Malcolm Tredinnick
2007-09-15
Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...
Malcolm Tredinnick
2007-09-14
Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc...
Malcolm Tredinnick
2007-09-13
Fixed #4752 -- Make default ErrorList customisable in newforms display. Based...
Malcolm Tredinnick
2007-08-06
Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...
Russell Keith-Magee
2007-08-01
Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoid
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-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-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-04
Cleaned up [4924]. Sorry; wasn't concentrating enough.
Malcolm Tredinnick
2007-04-04
Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks,
Malcolm Tredinnick
2007-04-04
Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful
Malcolm Tredinnick
2007-02-19
Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu...
Adrian Holovaty
2007-02-15
Fixed #3506 -- Changed newforms BoundField.help_text to an empty string if No...
Adrian Holovaty
2007-02-15
Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ...
Adrian Holovaty
2007-02-15
Added empty space in newforms BaseForm.__init__() to visually group a lengthy...
Adrian Holovaty
2007-02-14
Implemented subclassing Forms in newforms
Adrian Holovaty
2007-02-13
Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field...
Adrian Holovaty
2007-01-28
Fixed #3255 -- Added help_text argument to newforms Field class.
Adrian Holovaty
2007-01-27
Fixed #3334 -- Changed newforms Form class construction so that appending to ...
Adrian Holovaty
2007-01-20
newforms: Moved flatatt function from widgets.py to util.py
Adrian Holovaty
2007-01-20
newforms: Added attrs optional argument to BoundForm.label_tag()
Adrian Holovaty
2007-01-10
Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina...
Adrian Holovaty
2007-01-09
Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c...
Adrian Holovaty
2007-01-09
newforms: Added 'initial' parameter to Form, which lets initial data be speci...
Adrian Holovaty
2007-01-09
newforms: Fixed Unicode issue on Python 2.3 when a BoundField's __unicode__()...
Adrian Holovaty
2007-01-05
newforms: Changed Form.ignore_errors to Form.is_bound, which is more descript...
Adrian Holovaty
2007-01-04
newforms: Changed Form so that clean_data only exists if a Form is valid. Tha...
Adrian Holovaty
2006-12-28
newforms: Added 'initial' parameter to Field. This allows you to specify init...
Adrian Holovaty
2006-12-26
newforms: A label can now be the empty string, in which case a label won't be...
Adrian Holovaty
2006-12-26
newforms: Changed Form.as_table() to display errors in same <td> as the field
Adrian Holovaty
2006-12-24
newforms: Removed Widget.requires_data_list parameter, which was made redunda...
Adrian Holovaty
2006-12-17
newforms: Added BaseForm to django.newforms namespace
Adrian Holovaty
[next]