| Age | Commit message (Expand) | Author |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-04-27 | Fixed up some omissions and one mysteriously documented, yet non-existent field | Malcolm Tredinnick |
| 2007-04-24 | Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson | Adrian Holovaty |
| 2007-04-01 | Fixed #2841 -- Clarified documentation on procedure for field validation. Tha... | Russell Keith-Magee |
| 2007-03-12 | Fixed #1049 -- Documented the need to implement flatten_data() in some cases ... | Malcolm Tredinnick |
| 2007-02-25 | Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual... | Jacob Kaplan-Moss |
| 2007-02-13 | Fixed #3005 -- Applied trivial docs patch for "oldforms" use of do_html2python. | Malcolm Tredinnick |
| 2007-01-24 | Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ... | Adrian Holovaty |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-11-07 | Formatting fixes from the past round of checkins | Adrian Holovaty |
| 2006-11-07 | Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan. | Jacob Kaplan-Moss |
| 2006-10-23 | Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com. | Malcolm Tredinnick |
| 2006-10-23 | Fixed #2931 -- Use request.method == 'POST' where appropriate in the examples. | Malcolm Tredinnick |
| 2006-09-29 | Fixed #2845 -- Corrected a few spelling errors in the docs and changed a | Malcolm Tredinnick |
| 2006-09-25 | Formatting change to docs/forms.txt | Adrian Holovaty |
| 2006-09-25 | Proofread changes to docs/forms.txt from [3792] | Adrian Holovaty |
| 2006-09-22 | Documented the always_test attribute for validator functions. | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro. | Malcolm Tredinnick |
| 2006-09-14 | Updated documentation for ChangeManipulators to reflect use of flatten_data()... | Russell Keith-Magee |
| 2006-07-28 | Fixed ReST error in docs/forms.txt | Adrian Holovaty |
| 2006-07-28 | Small clarifications to docs/forms.txt change from [3466] | Adrian Holovaty |
| 2006-07-27 | Fixed #1653 -- added some documentation for FileFields/ImageFields. Thanks, ... | Jacob Kaplan-Moss |
| 2006-07-06 | Fixed small typo in docs/forms.txt. Thanks, Antonio Cavedoni | Adrian Holovaty |
| 2006-06-14 | Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax | Malcolm Tredinnick |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-01-13 | Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo | Adrian Holovaty |
| 2006-01-08 | Fixed #1189 -- Fixed typo in docs/forms.txt 'Place' model example. Thanks, Br... | Adrian Holovaty |
| 2005-12-24 | Fixed #1111 -- Fixed bug in docs/forms.txt. Thanks, afarhham | Adrian Holovaty |
| 2005-11-22 | Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang | Adrian Holovaty |
| 2005-11-16 | Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodou | Adrian Holovaty |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |
| 2005-09-02 | Fixed #448 -- Fixed bug in docs/forms.txt. Thanks, Hugo | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-23 | Fixed #406 -- Fixed small typo in docs/forms.txt. Thanks, Tom Haddon | Adrian Holovaty |
| 2005-07-25 | Copy-edited docs from [303] and [304] | Adrian Holovaty |
| 2005-07-24 | Added formfields/manipulators docs; added a few notes to the FAQ | Jacob Kaplan-Moss |