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