mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Removed versionadded/changed annotations for 4.1.
This commit is contained in:
parent
ea92a4dc28
commit
490cccbe7e
49 changed files with 2 additions and 472 deletions
|
@ -586,8 +586,6 @@ the ``default_bounds`` argument.
|
|||
|
||||
.. attribute:: DecimalRangeField.default_bounds
|
||||
|
||||
.. versionadded:: 4.1
|
||||
|
||||
Optional. The value of ``bounds`` for list and tuple inputs. The
|
||||
default is lower bound included, upper bound excluded, that is ``[)``
|
||||
(see the PostgreSQL documentation for details about
|
||||
|
@ -606,8 +604,6 @@ the ``default_bounds`` argument.
|
|||
|
||||
.. attribute:: DateTimeRangeField.default_bounds
|
||||
|
||||
.. versionadded:: 4.1
|
||||
|
||||
Optional. The value of ``bounds`` for list and tuple inputs. The
|
||||
default is lower bound included, upper bound excluded, that is ``[)``
|
||||
(see the PostgreSQL documentation for details about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue