diff options
| author | Elena Williams <elena.williams@thecut.net.au> | 2014-12-02 13:21:49 +0800 |
|---|---|---|
| committer | Elena Williams <elena.williams@thecut.net.au> | 2014-12-02 13:24:56 +0800 |
| commit | 1e1ac4ec5b925e42ee9bf922a3662426b4b43336 (patch) | |
| tree | d872d71bf9e0b80da4856de190693ea76c3ebd2c /docs | |
| parent | bfc75996f9b7486929f0c4340bca54a8afa7ecfb (diff) | |
Fixed incorrect use of rst section heirarchy in form fields docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 070ccdf7a8..0f13adc249 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -895,7 +895,7 @@ For each field, we describe the default widget used if you don't specify These are the same as ``CharField.max_length`` and ``CharField.min_length``. ``UUIDField`` -------------- +~~~~~~~~~~~~~ .. versionadded:: 1.8 |
