summaryrefslogtreecommitdiff
path: root/docs/ref/models/meta.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/models/meta.txt')
-rw-r--r--docs/ref/models/meta.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/ref/models/meta.txt b/docs/ref/models/meta.txt
index d1ae35ff3e..47e47e2c8f 100644
--- a/docs/ref/models/meta.txt
+++ b/docs/ref/models/meta.txt
@@ -18,15 +18,6 @@ Methods that it provides can be used to:
* Retrieve all field instances of a model
* Retrieve a single field instance of a model by name
-.. versionchanged:: 1.8
-
- The Model ``_meta`` API has always existed as a Django internal, but
- wasn't formally documented and supported. As part of the effort to
- make this API public, some of the already existing API entry points
- have changed slightly. A :ref:`migration guide <migrating-old-meta-api>`
- has been provided to assist in converting your code to use the new,
- official API.
-
.. _model-meta-field-api:
Field access API
@@ -75,8 +66,6 @@ Retrieving all field instances of a model
.. method:: Options.get_fields(include_parents=True, include_hidden=False)
- .. versionadded:: 1.8
-
Returns a tuple of fields associated with a model. ``get_fields()`` accepts
two parameters that can be used to control which fields are returned: