Ticket #2465: db-api.txt.diff
File db-api.txt.diff, 481 bytes (added by , 18 years ago) |
---|
-
db-api.txt
578 578 p = b.author # Hits the database. 579 579 c = p.hometown # Hits the database. 580 580 581 Note that ``select_related()`` will not follow foreign keys where 582 ``null=True`` is set. 583 581 584 ``extra(select=None, where=None, params=None, tables=None)`` 582 585 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 583 586