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