mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed #20523 - Incorrect form field for FilePathField.
Thanks sane4ka.sh@ for the report.
This commit is contained in:
parent
d321d1acf0
commit
1fdc3d256d
@ -75,7 +75,7 @@ Model field Form field
|
||||
|
||||
``FileField`` ``FileField``
|
||||
|
||||
``FilePathField`` ``CharField``
|
||||
``FilePathField`` ``FilePathField``
|
||||
|
||||
``FloatField`` ``FloatField``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user