Changeset 2228
- Timestamp:
- 02/01/06 23:13:39 (3 years ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r2076 r2228 295 295 ``p.get_choice_list()`` will return a list of all associated choices. Astute 296 296 readers will note that this is the same as 297 ``choices.get_list(poll_ id__exact=p.id)``, except clearer.297 ``choices.get_list(poll__id__exact=p.id)``, except clearer. 298 298 299 299 Each type of relationship creates a set of methods on each object in the
