From 27b0a4c4e7cb491b24c802f00e06ae0c6b3cc57d Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 23 Apr 2008 12:34:13 +0000 Subject: [PATCH] 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 --- docs/db-api.txt | 4 ---- 1 file changed, 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