| Age | Commit message (Expand) | Author |
| 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 |