1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

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
This commit is contained in:
Malcolm Tredinnick 2008-04-23 12:34:13 +00:00
parent 19d6bc7acd
commit 27b0a4c4e7

View File

@ -1572,10 +1572,6 @@ Spanning multi-valued relationships
**New in Django development version** **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 When you are filtering an object based on a ``ManyToManyField`` or a reverse
``ForeignKeyField``, there are two different sorts of filter you may be ``ForeignKeyField``, there are two different sorts of filter you may be
interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to