Opened 18 years ago
Closed 18 years ago
#5387 closed (fixed)
method Form.is_multipart
| Reported by: | Owned by: | murkt | |
|---|---|---|---|
| Component: | Forms | Version: | dev | 
| Severity: | Keywords: | newforms, is_multipart, sprintsept14 | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
I would like to write this in a general template:
Attachments (2)
Change History (8)
by , 18 years ago
| Attachment: | form-is-multipart.diff added | 
|---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Needs documentation: | set | 
|---|
comment:3 by , 18 years ago
| Needs tests: | set | 
|---|---|
| Triage Stage: | Unreviewed → Accepted | 
comment:4 by , 18 years ago
| Owner: | changed from to | 
|---|---|
| Status: | new → assigned | 
by , 18 years ago
| Attachment: | form-is-multipart-test-docs.diff added | 
|---|
Patch with tests and documentation for rev 6268.
comment:5 by , 18 years ago
| Keywords: | sprintsept14 added | 
|---|---|
| Needs documentation: | unset | 
| Needs tests: | unset | 
comment:6 by , 18 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Again:
{% if form.is_multipart %} <form action="." method="post" enctype="multipart/form-data"> {% else %} <form action="." method="post"> {% endif %}