| Age | Commit message (Expand) | Author |
| 2008-07-21 | Refs #7864 -- Updates to documentation for the oldforms/newforms switch. | Gary Wilson Jr |
| 2008-07-19 | Fixed #7832 -- Corrected a formatting error in the newforms docs. Thanks to o... | Russell Keith-Magee |
| 2008-07-19 | Fixed #4412 -- Added support for optgroups, both in the model when defining c... | Russell Keith-Magee |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-06 | Fixed #7630 -- Slight tweak to the custom form widget exampleto avoid any | Malcolm Tredinnick |
| 2008-07-05 | Fixed #7626 -- Fixed a typo in the newforms docs. | Malcolm Tredinnick |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-06-17 | Fixed #7200 -- Added newforms documentation for the FloatField. Thanks, Georg... | Russell Keith-Magee |
| 2008-04-08 | Another typo in docs/newforms.txt | James Bennett |
| 2008-04-08 | Fix a minor typo in docs/newforms.txt | James Bennett |
| 2008-03-30 | Remove an extraneous comma that I left behind in [7386], and clean up the wor... | James Bennett |
| 2008-03-30 | Clean up some awkwardness and confusion in the docs for ``ModelChoiceField`` | James Bennett |
| 2008-03-19 | Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su... | Jacob Kaplan-Moss |
| 2008-03-19 | Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2008-03-18 | Fixed #6683: corrected some typos in docs/newforms.txt. Thanks PJCrosier for ... | James Bennett |
| 2008-03-18 | Fixed #6120: First stab at documenting newforms field types which handle rela... | James Bennett |
| 2008-03-11 | Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gm... | Russell Keith-Magee |
| 2008-03-06 | Added a note that cleaned_data is new in the development release. | Malcolm Tredinnick |
| 2007-12-11 | Fixed #6164 -- `field.label_tag` already displays the label so don't display ... | Gary Wilson Jr |
| 2007-12-02 | Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might | Malcolm Tredinnick |
| 2007-12-01 | Edited docs/newforms.txt changes from [6740] | Adrian Holovaty |
| 2007-12-01 | Edited docs/newforms.txt changes from [6733] | Adrian Holovaty |
| 2007-12-01 | Edited docs/newforms.txt changes from [6625] | Adrian Holovaty |
| 2007-11-30 | Edited docs/newforms.txt changes from [6532] | Adrian Holovaty |
| 2007-11-29 | Fixed #5854 -- Added an example to the newforms documentation showing how to | Malcolm Tredinnick |
| 2007-11-29 | Fixed #4653 -- Improved the logic to decide when to include (and select as | Malcolm Tredinnick |
| 2007-10-28 | Fixed #3457 -- Allow overridding of error messages for newforms Fields. | Gary Wilson Jr |
| 2007-10-21 | Changed the default form presentation of datetime values to not include the | Malcolm Tredinnick |
| 2007-10-20 | Updated the new default value for BooleanFields, clarified the behaviour of | Malcolm Tredinnick |
| 2007-10-19 | Fixed #5666 -- Documented the `prefix` keyword argument for newforms. | Gary Wilson Jr |
| 2007-10-04 | Corrected broken link to newforms unit tests in docs/newforms.txt | Adrian Holovaty |
| 2007-09-23 | Fixed #5364 -- Clarified the warning regarding saving form_for_model forms wi... | Russell Keith-Magee |
| 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 | Edited docs/newforms.txt changes from [6273] | Adrian Holovaty |
| 2007-09-15 | Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiro | Adrian Holovaty |
| 2007-09-14 | Fixed #3922 -- Added a warning that fields passed to form_for_model callback ... | Malcolm Tredinnick |
| 2007-09-13 | Fixed #4752 -- Make default ErrorList customisable in newforms display. Based... | Malcolm Tredinnick |
| 2007-09-13 | Fixed #5397 -- Fixed typo in docs/newforms.txt example. Thanks, zhaoz@u.washi... | Adrian Holovaty |
| 2007-08-25 | Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. T... | Adrian Holovaty |
| 2007-08-20 | Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ... | Malcolm Tredinnick |
| 2007-08-18 | Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.e... | Malcolm Tredinnick |
| 2007-08-15 | Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex... | Russell Keith-Magee |
| 2007-08-12 | Added documentation for widgets in newforms. | Russell Keith-Magee |
| 2007-08-11 | Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a patc... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris. | Malcolm Tredinnick |
| 2007-08-07 | Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro Mor... | Adrian Holovaty |
| 2007-08-06 | Added note that FileField and ImageField are only in development version. The... | Russell Keith-Magee |