mirror of
https://github.com/django/django.git
synced 2025-09-24 19:23:03 +00:00
[1.4.x] Fixed #20523 - Incorrect form field for FilePathField.
Thanks sane4ka.sh@ for the report.
Backport of 1fdc3d256d
from master
This commit is contained in:
parent
1deeda5785
commit
227d7f63e4
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Model field Form field
|
|||
|
||||
``FileField`` ``FileField``
|
||||
|
||||
``FilePathField`` ``CharField``
|
||||
``FilePathField`` ``FilePathField``
|
||||
|
||||
``FloatField`` ``FloatField``
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue