diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-28 11:54:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-28 12:00:04 -0400 |
| commit | 227d7f63e4c1797acc3552fdfe994181636fd033 (patch) | |
| tree | defaaa96b7ebd0cf05f0c855ecaccdbc56d3e614 /docs | |
| parent | 1deeda5785d2f7a27ddf8df89640e96ecc9e3e88 (diff) | |
[1.4.x] Fixed #20523 - Incorrect form field for FilePathField.
Thanks sane4ka.sh@ for the report.
Backport of 1fdc3d256d from master
Diffstat (limited to 'docs')
| -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 41953e16ea..1aa7d6baaa 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`` |
