mirror of
https://github.com/django/django.git
synced 2025-03-25 08:40:45 +00:00
Fixed typo in docs/ref/contrib/postgres/forms.txt.
This commit is contained in:
parent
16ee52d21d
commit
1cd41874d5
@ -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
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user