mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[3.1.x] Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs.
Backport of d38c34119e
from master
This commit is contained in:
parent
7045fa7f7a
commit
7fe7d83295
2 changed files with 14 additions and 0 deletions
|
@ -1174,6 +1174,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
|
||||
=================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue