| Age | Commit message (Expand) | Author |
| 2007-08-06 | Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t... | Russell Keith-Magee |
| 2007-08-06 | Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that ... | Adrian Holovaty |
| 2007-08-06 | Edited docs/newforms.txt changes from [5804] | Adrian Holovaty |
| 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-04 | Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik. | Gary Wilson Jr |
| 2007-07-13 | Documented the 'commit' argument to save() methods on forms created via form_... | Adrian Holovaty |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-21 | Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, jim-django... | Adrian Holovaty |
| 2007-06-15 | Fixed #4547 -- Included a fix missed in [5468]. | Malcolm Tredinnick |
| 2007-06-13 | Fixed #4547 -- Trivial typo fixing time. Thanks, Grant Kelly. | Malcolm Tredinnick |
| 2007-06-11 | Fixed #4473 -- Added documentation of the three cleaning methods invoked on | Malcolm Tredinnick |
| 2007-06-07 | Made some changes to docs/newforms.txt that I'd had lying around | Adrian Holovaty |
| 2007-05-27 | Fixed #4395 -- Fixed a couple of typos in the examples. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4353 -- Fixed a typo in newforms documentation. I can't believe the | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-20 | Added small note to docs/newforms.txt 'Complex template output' section | Adrian Holovaty |
| 2007-05-20 | Edited docs/newforms.txt changes from [5294] and [5295] | Adrian Holovaty |
| 2007-05-20 | Modified the example views in newforms.txt to include a HttpResponseRedirect ... | Russell Keith-Magee |
| 2007-05-19 | Fixed #4232 -- Added example usages to the newforms documentation. Thanks, Joe | Malcolm Tredinnick |
| 2007-05-14 | Changed the fix from [5231] so that the backwards-incompatibility is made more | Malcolm Tredinnick |
| 2007-05-14 | Fixed #3780 -- Added first stab at 'Built-in Field classes' section to docs/n... | Adrian Holovaty |
| 2007-05-14 | Fixed ReST error in docs/newforms.txt from [5218] | Adrian Holovaty |
| 2007-05-14 | Added unit tests and docs for the newforms case in which the form's data does... | Adrian Holovaty |
| 2007-05-14 | Another word tightening and clarification in docs/newforms.txt | Adrian Holovaty |
| 2007-05-14 | Clarified migration plan in docs/newforms.txt | Adrian Holovaty |
| 2007-05-12 | Fixed some ReST errors in docs/newforms.txt from [5212] | Adrian Holovaty |
| 2007-05-12 | Edited changes to docs/newforms.txt from [5202] | Adrian Holovaty |
| 2007-05-12 | Added docs for form_for_model and form_for_instance, and added a fields argum... | Russell Keith-Magee |
| 2007-03-25 | Added start of 'Creating custom fields' section to docs/newforms.txt | Adrian Holovaty |
| 2007-03-23 | Remove notes about things added/removed in development version, since the dev... | James Bennett |
| 2007-02-15 | Fixed typo in docs/newforms.txt. Thanks, Jeff Hilyard | Adrian Holovaty |
| 2007-02-14 | Made a small improvement to the first overview paragraph in docs/newforms.txt | Adrian Holovaty |
| 2007-02-14 | Implemented subclassing Forms in newforms | Adrian Holovaty |
| 2007-01-28 | Fixed #3255 -- Added help_text argument to newforms Field class. | Adrian Holovaty |
| 2007-01-24 | Made tiny grammar change to docs/newforms.txt. Thanks, Rex | Adrian Holovaty |
| 2007-01-11 | newforms: Added unit tests and docs explaining that clean_data will only ever... | Adrian Holovaty |
| 2007-01-09 | newforms: Added 'initial' parameter to Form, which lets initial data be speci... | Adrian Holovaty |
| 2007-01-05 | Added note to docs/newforms.txt that points out ValidationError is a differen... | Adrian Holovaty |
| 2007-01-05 | Fixed #3236 -- Fixed some typos in docs/newforms.txt. Thanks, christoffer.car... | Adrian Holovaty |
| 2007-01-05 | Fixed ReST error in docs/newforms.txt from [4288] | Adrian Holovaty |
| 2007-01-05 | Added a lot more to docs/newforms.txt | Adrian Holovaty |
| 2007-01-05 | More additions to docs/newforms.txt | Adrian Holovaty |
| 2007-01-04 | Added first part of 'Using forms to validate data' section to docs/newforms.txt | Adrian Holovaty |
| 2006-12-30 | Added a small note about decoupling to docs/newforms.txt | Adrian Holovaty |
| 2006-12-29 | Added first bit of 'More granular output' to docs/newforms.txt | Adrian Holovaty |
| 2006-12-27 | Negligible change to docs/newforms.txt | Adrian Holovaty |
| 2006-12-15 | Clarified docs/newforms.txt 'Migration plan' section | Adrian Holovaty |
| 2006-12-13 | Added 'Notes on field ordering' to docs/newforms.txt | Adrian Holovaty |
| 2006-12-13 | Updated docs/newforms.txt to reflect [4197]. Refs #3112 | Adrian Holovaty |