diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/meta.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/ref/models/meta.txt b/docs/ref/models/meta.txt index d8f711b810..d1ae35ff3e 100644 --- a/docs/ref/models/meta.txt +++ b/docs/ref/models/meta.txt @@ -70,18 +70,6 @@ Retrieving a single field instance of a model by name ... FieldDoesNotExist: User has no field named 'does_not_exist' - .. deprecated:: 1.8 - - :meth:`Options.get_field()` previously accepted a ``many_to_many`` - parameter which could be set to ``False`` to avoid searching - ``ManyToManyField``\s. The old behavior has been preserved for - backwards compatibility; however, the parameter and this behavior - has been deprecated. - - If you wish to filter out ``ManyToManyField``\s, you can inspect the - :attr:`Field.many_to_many <django.db.models.Field.many_to_many>` - attribute after calling ``get_field()``. - Retrieving all field instances of a model ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
