Django

Code

Changeset 7448

Show
Ignore:
Timestamp:
04/23/08 07:34:13 (2 months ago)
Author:
mtredinnick
Message:

queryset-refactor: Removed a warning about "experimental API", since there's
not really any obviously better way to do this. Let it stand.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/queryset-refactor/docs/db-api.txt

    r7396 r7448  
    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  
    15791575When you are filtering an object based on a ``ManyToManyField`` or a reverse 
    15801576``ForeignKeyField``, there are two different sorts of filter you may be