Kaydet (Commit) 1cd41874 authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in docs/ref/contrib/postgres/forms.txt.

üst 16ee52d2
...@@ -162,7 +162,7 @@ This group of fields all share similar functionality for accepting range data. ...@@ -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 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 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 not greater than the upper bound. All of these fields use
:class:`~django.contrib.postgres.fields.RangeWidget`. :class:`~django.contrib.postgres.forms.RangeWidget`.
IntegerRangeField IntegerRangeField
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment