Skip to content

Commit 27b0a4c

Browse files
committed
queryset-refactor: Removed a warning about "experimental API", since there's
not really any obviously better way to do this. Let it stand. git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 19d6bc7 commit 27b0a4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/db-api.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,10 +1572,6 @@ Spanning multi-valued relationships
15721572

15731573
**New in Django development version**
15741574

1575-
.. note::
1576-
This is an experimental API and subject to change prior to
1577-
queryset-refactor being merged into trunk.
1578-
15791575
When you are filtering an object based on a ``ManyToManyField`` or a reverse
15801576
``ForeignKeyField``, there are two different sorts of filter you may be
15811577
interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to

0 commit comments

Comments
 (0)