summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-23 15:05:58 -0500
committerTim Graham <timograham@gmail.com>2015-01-23 15:05:58 -0500
commit1cd41874d5a9ccbc0b5e1aca71f5be14efb92ce2 (patch)
treea30723026475fd55df83ac221c3713ca85d65164 /docs/ref
parent16ee52d21d6835302bcd5ee594c5d6a0ef22d138 (diff)
Fixed typo in docs/ref/contrib/postgres/forms.txt.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/postgres/forms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt
index 405a005f03..d1a15907ae 100644
--- a/docs/ref/contrib/postgres/forms.txt
+++ b/docs/ref/contrib/postgres/forms.txt
@@ -162,7 +162,7 @@ This group of fields all share similar functionality for accepting range data.
They are based on :class:`~django.forms.MultiValueField`. They treat one
omitted value as an unbounded range. They also validate that the lower bound is
not greater than the upper bound. All of these fields use
-:class:`~django.contrib.postgres.fields.RangeWidget`.
+:class:`~django.contrib.postgres.forms.RangeWidget`.
IntegerRangeField
~~~~~~~~~~~~~~~~~