Skip to content

Commit

Permalink
[1.5.X] Fixed #20523 - Incorrect form field for FilePathField.
Browse files Browse the repository at this point in the history
Thanks sane4ka.sh@ for the report.

Backport of 1fdc3d2 from master
  • Loading branch information
timgraham committed May 28, 2013
1 parent 2e02673 commit 17d6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/forms/modelforms.txt
Expand Up @@ -71,7 +71,7 @@ Model field Form field

``FileField`` ``FileField``

``FilePathField`` ``CharField``
``FilePathField`` ``FilePathField``

``FloatField`` ``FloatField``

Expand Down

0 comments on commit 17d6043

Please sign in to comment.