summaryrefslogtreecommitdiff
path: root/docs/newforms.txt
AgeCommit message (Collapse)Author
2008-04-13queryset-refactor: Merged from trunk up to [7415].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-04-01queryset-refactor: Merged from trunk up to [7388].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-20queryset-refactor: Merged from trunk up to [7338].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-18queryset-refactor: Merged from trunk up to [7280]Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-11queryset-refactor: Merged from trunk up to [7216].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-19queryset-refactor: Merged from trunk up to [6953].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-03queryset-refactor: Merged from trunk up to [6856].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-29queryset-refactor: Merged from trunk up to [6752].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-18queryset-refactor: Fixed up a few problems from the previous merge from trunk.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-23queryset-refactor: Merged from trunk up to [6595].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15queryset-refactor: Merged to [6197]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15queryset-refactor: Merged to [6155]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15queryset-refactor: Merged to [6130]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. ↵Adrian Holovaty
Thanks, trey@ktrl.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@6003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ↵Malcolm Tredinnick
view. Based on a patch from toddobryan@mac.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, ↵Malcolm Tredinnick
o.ekanem@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-15Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley ↵Russell Keith-Magee
<djangocode@vortex.cx>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Added documentation for widgets in newforms.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a ↵Malcolm Tredinnick
patch from james_027@yahoo.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-07Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro ↵Adrian Holovaty
Morales git-svn-id: http://code.djangoproject.com/svn/django/trunk@5824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added note that FileField and ImageField are only in development version. ↵Russell Keith-Magee
There are also some minor backwards compatibility issues with the changes introduced in [5819] - see the wiki for details. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to ↵Russell Keith-Magee
the many users that contributed to and tested this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that ↵Adrian Holovaty
attribute in docs/newforms.txt examples. Perfectionism appreciated, trickyb git-svn-id: http://code.djangoproject.com/svn/django/trunk@5813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Edited docs/newforms.txt changes from [5804]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-05Fixed #4001 -- Added dynamic save_m2m method() to forms created with ↵Russell Keith-Magee
form_for_model and form_for_instance on save(commit=False). git-svn-id: http://code.djangoproject.com/svn/django/trunk@5804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms ↵Gary Wilson Jr
`FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-04Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-13Documented the 'commit' argument to save() methods on forms created via ↵Adrian Holovaty
form_for_model() or form_for_instance() git-svn-id: http://code.djangoproject.com/svn/django/trunk@5691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
backwards compatible for all practical purposes. Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702 git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-21Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, ↵Adrian Holovaty
jim-django@dsdd.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@5506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-15Fixed #4547 -- Included a fix missed in [5468].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-13Fixed #4547 -- Trivial typo fixing time. Thanks, Grant Kelly.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-11Fixed #4473 -- Added documentation of the three cleaning methods invoked onMalcolm Tredinnick
form data. Based on a patch from Joe Heck. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-07Made some changes to docs/newforms.txt that I'd had lying aroundAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-27Fixed #4395 -- Fixed a couple of typos in the examples.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-26Fixed #4353 -- Fixed a typo in newforms documentation. I can't believe theMalcolm Tredinnick
documentation editor didn't spot this. Thanks, zendak. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
to return Decimal instances in Python for this field. Backwards incompatible change. Added a real FloatField (stores floats in the database) and support for FloatField and DecimalField in newforms (analogous to IntegerField). Included decimal.py module (as django.utils._decimal) from Python 2.4. This is license compatible with Django and included for Python 2.3 compatibility only. Large portions of this work are based on patches from Andy Durdin and Jorge Gajon. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-20Added small note to docs/newforms.txt 'Complex template output' sectionAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-20Edited docs/newforms.txt changes from [5294] and [5295]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-20Modified the example views in newforms.txt to include a HttpResponseRedirect ↵Russell Keith-Magee
(as per best practice), and remove a duplicated form instantiation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-19Fixed #4232 -- Added example usages to the newforms documentation. Thanks, JoeMalcolm Tredinnick
Heck. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
obvious and everything still has nice names. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Fixed #3780 -- Added first stab at 'Built-in Field classes' section to ↵Adrian Holovaty
docs/newforms.txt, with help from SmileyChris and Marc Fargas git-svn-id: http://code.djangoproject.com/svn/django/trunk@5222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Fixed ReST error in docs/newforms.txt from [5218]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Added unit tests and docs for the newforms case in which the form's data ↵Adrian Holovaty
doesn't include a value for a nonrequired field git-svn-id: http://code.djangoproject.com/svn/django/trunk@5218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14Another word tightening and clarification in docs/newforms.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5217 bcc190cf-cafb-0310-a4f2-bffc1f526a37