Skip to content

Commit

Permalink
queryset-refactor: Removed a warning about "experimental API", since …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
malcolmt committed Apr 23, 2008
1 parent 19d6bc7 commit 27b0a4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/db-api.txt
Expand Up @@ -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
Expand Down

0 comments on commit 27b0a4c

Please sign in to comment.