summaryrefslogtreecommitdiff
path: root/django/newforms/forms.py
AgeCommit message (Expand)Author
2008-07-06newforms-admin: Merged from trunk up to [7852].Brian Rosner
2008-04-29newforms-admin: Fixed #6117 -- Implemented change history for the admin. This...Brian Rosner
2008-03-27newforms-admin: Changed Widget._has_changed to *only* use an empty string whe...Brian Rosner
2008-03-17newforms-admin: Cleaned up the implementation and APIs of all the formset cla...Joseph Kocherhans
2008-03-13newforms-admin: Merged from trunk up to [7232]Joseph Kocherhans
2008-02-15newforms-admin: Merged from trunk up to [7120].Joseph Kocherhans
2008-01-17newforms-admin: Merged from trunk up to [7021].Joseph Kocherhans
2007-12-02newforms-admin: Fixed #5828. You can leave inline add forms empty again. Than...Joseph Kocherhans
2007-11-30newforms-admin: Merged trunk revision [6671].Joseph Kocherhans
2007-11-30newforms-admin: Merged from trunk up to [6670]. This is just before auto-esca...Joseph Kocherhans
2007-09-17newforms-admin: Merged to [6370].Joseph Kocherhans
2007-09-15newforms-admin: Merged to [6332].Joseph Kocherhans
2007-08-18newforms-admin: Fixed #4418 -- Added the ability for widgets, forms, and Admi...Russell Keith-Magee
2007-08-07Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-...Russell Keith-Magee
2007-07-07newforms-admin: Merged from trunk up to [5625]. This includes the UnicodeMalcolm Tredinnick
2007-07-01newforms-admin: Merged to [5571]Adrian Holovaty
2007-06-15newforms-admin: Fixed Form.is_empty method to allow an empty SplitDateTimeFie...Joseph Kocherhans
2007-06-07newforms-admin: Merged to [5439]Adrian Holovaty
2007-05-24newforms-admin: Cleaned up FormSet internals and renamed formset.form_list to...Joseph Kocherhans
2007-05-20newforms-admin: Merged to [5300]Adrian Holovaty
2007-05-15newforms-admin: Merged to [5243]. There are 3 failing tests in regressiontest...Joseph Kocherhans
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
2007-04-06newforms-admin: Merged to [4939]Adrian Holovaty
2007-03-28newforms-admin: Initial implementation of FormSet.Joseph Kocherhans
2007-02-20newforms-admin: Merged to [4545]Adrian Holovaty
2007-01-28newforms-admin: Merged to [4440]Adrian Holovaty
2007-01-20newforms-admin: Merged to [4370]Adrian Holovaty
2007-01-10Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina...Adrian Holovaty
2007-01-09Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c...Adrian Holovaty
2007-01-09newforms: Added 'initial' parameter to Form, which lets initial data be speci...Adrian Holovaty
2007-01-09newforms: Fixed Unicode issue on Python 2.3 when a BoundField's __unicode__()...Adrian Holovaty
2007-01-05newforms: Changed Form.ignore_errors to Form.is_bound, which is more descript...Adrian Holovaty
2007-01-04newforms: Changed Form so that clean_data only exists if a Form is valid. Tha...Adrian Holovaty
2006-12-28newforms: Added 'initial' parameter to Field. This allows you to specify init...Adrian Holovaty
2006-12-26newforms: A label can now be the empty string, in which case a label won't be...Adrian Holovaty
2006-12-26newforms: Changed Form.as_table() to display errors in same <td> as the fieldAdrian Holovaty
2006-12-24newforms: Removed Widget.requires_data_list parameter, which was made redunda...Adrian Holovaty
2006-12-17newforms: Added BaseForm to django.newforms namespaceAdrian Holovaty
2006-12-15newforms: Split the Form class into BaseForm and Form. The former has all the...Adrian Holovaty
2006-12-13Fixed #3139 -- newforms BoundField no longer returns empty errors when using ...Adrian Holovaty
2006-12-13Fixed #3112 -- Changed newforms Form.as_table() to use <th> instead of <td> f...Adrian Holovaty
2006-12-13Fixed #3114 -- newforms MultipleChoiceField now handles MultiValueDicts prope...Adrian Holovaty
2006-12-12Fixed #3132 -- Added prefix support for newforms. Thanks, jkocherhansAdrian Holovaty
2006-12-11newforms: Changed Form to use auto_id by defaultAdrian Holovaty
2006-12-08Fixed #3102 -- newforms: Fields can now designate their human-friendly labels...Adrian Holovaty
2006-12-07newforms: Changed Form._html_output() to use dictionary-style format strings ...Adrian Holovaty
2006-12-07newforms: Abstracted common code in Form as_table(), as_ul() and as_p() into ...Adrian Holovaty
2006-12-07Fixed #3107 -- newforms: Added Form.as_p()Adrian Holovaty
2006-12-07newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to...Adrian Holovaty
2006-12-07newforms: Same fix as [4174], except for Form.as_table()Adrian Holovaty