diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/model-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index a807efc0d6..72c7f5d8b7 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -704,6 +704,10 @@ relationship should work. All are optional: ``pub_date`` before the current date/time to be chosen. + Instead of a dictionary this can also be a ``Q`` object + (an object with a ``get_sql()`` method) for more complex + queries. + Not compatible with ``edit_inline``. ``max_num_in_admin`` For inline-edited objects, this is the maximum |
