diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-28 11:54:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-28 11:59:41 -0400 |
| commit | 17d60438e9c5dff35e8abe311b1ea1ed06f8f98a (patch) | |
| tree | c92d46499f40efa43ce863cbcaf4779bacf1d65d | |
| parent | 2e026739dcab545703160456503a1183c6c0702d (diff) | |
[1.5.X] Fixed #20523 - Incorrect form field for FilePathField.
Thanks sane4ka.sh@ for the report.
Backport of 1fdc3d256d from master
| -rw-r--r-- | docs/topics/forms/modelforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 7251dc916a..2c8c30ebe8 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -71,7 +71,7 @@ Model field Form field ``FileField`` ``FileField`` -``FilePathField`` ``CharField`` +``FilePathField`` ``FilePathField`` ``FloatField`` ``FloatField`` |
