Django

Code

Changeset 2228

Show
Ignore:
Timestamp:
02/01/06 23:13:39 (3 years ago)
Author:
adrian
Message:

Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/db-api.txt

    r2076 r2228  
    295295``p.get_choice_list()`` will return a list of all associated choices. Astute 
    296296readers 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. 
    298298 
    299299Each type of relationship creates a set of methods on each object in the