summaryrefslogtreecommitdiff
path: root/docs/newforms.txt
AgeCommit message (Expand)Author
2007-12-11Fixed #6164 -- `field.label_tag` already displays the label so don't display ...Gary Wilson Jr
2007-12-02Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still mightMalcolm Tredinnick
2007-12-01Edited docs/newforms.txt changes from [6740]Adrian Holovaty
2007-12-01Edited docs/newforms.txt changes from [6733]Adrian Holovaty
2007-12-01Edited docs/newforms.txt changes from [6625]Adrian Holovaty
2007-11-30Edited docs/newforms.txt changes from [6532]Adrian Holovaty
2007-11-29Fixed #5854 -- Added an example to the newforms documentation showing how toMalcolm Tredinnick
2007-11-29Fixed #4653 -- Improved the logic to decide when to include (and select asMalcolm Tredinnick
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-21Changed the default form presentation of datetime values to not include theMalcolm Tredinnick
2007-10-20Updated the new default value for BooleanFields, clarified the behaviour ofMalcolm Tredinnick
2007-10-19Fixed #5666 -- Documented the `prefix` keyword argument for newforms.Gary Wilson Jr
2007-10-04Corrected broken link to newforms unit tests in docs/newforms.txtAdrian Holovaty
2007-09-23Fixed #5364 -- Clarified the warning regarding saving form_for_model forms wi...Russell Keith-Magee
2007-09-16Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei...Malcolm Tredinnick
2007-09-16Fixed #4975 -- Allow the default label suffix character to be configured. Tha...Malcolm Tredinnick
2007-09-15Edited docs/newforms.txt changes from [6273]Adrian Holovaty
2007-09-15Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...Malcolm Tredinnick
2007-09-14Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiroAdrian Holovaty
2007-09-14Fixed #3922 -- Added a warning that fields passed to form_for_model callback ...Malcolm Tredinnick
2007-09-13Fixed #4752 -- Make default ErrorList customisable in newforms display. Based...Malcolm Tredinnick
2007-09-13Fixed #5397 -- Fixed typo in docs/newforms.txt example. Thanks, zhaoz@u.washi...Adrian Holovaty
2007-08-25Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. T...Adrian Holovaty
2007-08-20Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ...Malcolm Tredinnick
2007-08-18Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.e...Malcolm Tredinnick
2007-08-15Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex...Russell Keith-Magee
2007-08-12Added documentation for widgets in newforms.Russell Keith-Magee
2007-08-11Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a patc...Malcolm Tredinnick
2007-08-11Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris.Malcolm Tredinnick
2007-08-07Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro Mor...Adrian Holovaty
2007-08-06Added note that FileField and ImageField are only in development version. The...Russell Keith-Magee
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