From c64dd646f5b6955ca09e0509a6e2ffabfa97d935 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 17 Aug 2015 08:50:34 -0400 Subject: Refs #12663 -- Removed deprecated Model._meta methods. --- docs/ref/models/meta.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs') 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 ` - attribute after calling ``get_field()``. - Retrieving all field instances of a model ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3