diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-04-23 12:34:13 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-04-23 12:34:13 +0000 |
| commit | 27b0a4c4e7cb491b24c802f00e06ae0c6b3cc57d (patch) | |
| tree | f3af45d984b98160473847c2fdf2b05ac8918543 /docs/db-api.txt | |
| parent | 19d6bc7acd68f5e93e1ffe9f45b8e8b9021c2151 (diff) | |
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
Diffstat (limited to 'docs/db-api.txt')
| -rw-r--r-- | docs/db-api.txt | 4 |
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 |
