From 96b04f53c56d912b491cd06a3ec776e1195c6308 Mon Sep 17 00:00:00 2001 From: Caio Ariede Date: Mon, 18 Nov 2019 10:53:30 -0300 Subject: [3.0.x] Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs. Backport of d38c34119e91a533c797098f150abe99b5ee2fd8 from master --- docs/ref/forms/fields.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 1d08e2d069..5f53becce8 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -1098,6 +1098,8 @@ Slightly complex built-in ``Field`` classes If no ``input_time_formats`` argument is provided, the default input formats for :class:`TimeField` are used. +.. _fields-which-handle-relationships: + Fields which handle relationships ================================= -- cgit v1.3