summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 23fa205b39..9dd64d0508 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1572,10 +1572,6 @@ Spanning multi-valued relationships
**New in Django development version**
-.. note::
- This is an experimental API and subject to change prior to
- queryset-refactor being merged into trunk.
-
When you are filtering an object based on a ``ManyToManyField`` or a reverse
``ForeignKeyField``, there are two different sorts of filter you may be
interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to