mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed versionadded/changed annotations for 1.9.
This commit is contained in:
parent
1915a7e5c5
commit
46a38307c2
67 changed files with 15 additions and 731 deletions
|
@ -397,8 +397,6 @@ Returns objects where the given key is in the data. Uses the SQL operator
|
|||
``has_any_keys``
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
.. versionadded:: 1.9
|
||||
|
||||
Returns objects where any of the given keys are in the data. Uses the SQL
|
||||
operator ``?|``. For example::
|
||||
|
||||
|
@ -460,8 +458,6 @@ using in conjunction with lookups on
|
|||
``JSONField``
|
||||
=============
|
||||
|
||||
.. versionadded:: 1.9
|
||||
|
||||
.. class:: JSONField(**options)
|
||||
|
||||
A field for storing JSON encoded data. In Python the data is represented in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue