Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20523 closed Cleanup/optimization (fixed)

Wrong form filed for model FilePathField in Field types table (Creating forms from models)

Reported by: sane4ka.sh@… Owned by: nobody
Component: Documentation Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

According to logic and my tests with ModelForm, default form field for FilePathField model field should be FilePathField, not CharField as mentioned in the table.

Change History (4)

comment:1 by Baptiste Mispelon, 11 years ago

Has patch: unset
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 1fdc3d256d5d515bd0b4646ad57f231a2359e0cd:

Fixed #20523 - Incorrect form field for FilePathField.

Thanks sane4ka.sh@ for the report.

comment:3 by Tim Graham <timograham@…>, 11 years ago

In 17d60438e9c5dff35e8abe311b1ea1ed06f8f98a:

[1.5.X] Fixed #20523 - Incorrect form field for FilePathField.

Thanks sane4ka.sh@ for the report.

Backport of 1fdc3d256d from master

comment:4 by Tim Graham <timograham@…>, 11 years ago

In 227d7f63e4c1797acc3552fdfe994181636fd033:

[1.4.x] Fixed #20523 - Incorrect form field for FilePathField.

Thanks sane4ka.sh@ for the report.

Backport of 1fdc3d256d from master

Note: See TracTickets for help on using tickets.
Back to Top