mirror of
https://github.com/django/django.git
synced 2025-10-13 12:02:50 +00:00
Removed versionadded/changed annotations for 2.2.
This commit is contained in:
parent
32796826bb
commit
416c584cab
34 changed files with 0 additions and 221 deletions
|
@ -656,8 +656,6 @@ excluded; that is, ``[)``.
|
|||
|
||||
.. class:: DecimalRangeField(**options)
|
||||
|
||||
.. versionadded:: 2.2
|
||||
|
||||
Stores a range of floating point values. Based on a
|
||||
:class:`~django.db.models.DecimalField`. Represented by a ``numrange`` in
|
||||
the database and a :class:`~psycopg2:psycopg2.extras.NumericRange` in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue