Changeset 7448
- Timestamp:
- 04/23/08 07:34:13 (2 months ago)
- Files:
-
- django/branches/queryset-refactor/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/queryset-refactor/docs/db-api.txt
r7396 r7448 1573 1573 **New in Django development version** 1574 1574 1575 .. note::1576 This is an experimental API and subject to change prior to1577 queryset-refactor being merged into trunk.1578 1579 1575 When you are filtering an object based on a ``ManyToManyField`` or a reverse 1580 1576 ``ForeignKeyField``, there are two different sorts of filter you may be
