Ticket #5387 (closed: fixed)
Opened 1 year ago
Last modified 1 year ago
method Form.is_multipart
| Reported by: | Petr Marhoun <petr.marhoun@gmail.com> | Assigned to: | murkt |
|---|---|---|---|
| Milestone: | Component: | Forms | |
| Version: | SVN | Keywords: | newforms, is_multipart, sprintsept14 |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | 1 | Needs documentation: | 0 |
| Needs tests: | 0 | Patch needs improvement: | 0 |
Attachments
Change History
09/10/07 11:07:18 changed by Petr Marhoun <petr.marhoun@gmail.com>
- attachment form-is-multipart.diff added.
09/10/07 11:09:09 changed by Petr Marhoun <petr.marhoun@gmail.com>
- needs_better_patch changed.
- needs_tests changed.
- needs_docs changed.
09/14/07 18:50:48 changed by flother
- needs_docs set to 1.
09/15/07 03:13:25 changed by russellm
- needs_tests set to 1.
- stage changed from Unreviewed to Accepted.
09/15/07 03:30:42 changed by murkt
- owner changed from nobody to murkt.
- status changed from new to assigned.
09/15/07 04:46:28 changed by murkt
- attachment form-is-multipart-test-docs.diff added.
Patch with tests and documentation for rev 6268.
09/15/07 04:47:16 changed by murkt
- keywords changed from newforms, is_multipart to newforms, is_multipart, sprintsept14.
- needs_docs deleted.
- needs_tests deleted.

Again:
{% if form.is_multipart %} <form action="." method="post" enctype="multipart/form-data"> {% else %} <form action="." method="post"> {% endif %}