Django ForeignModels

Posted by duder on Stack Overflow See other posts from Stack Overflow or by duder
Published on 2010-04-28T02:12:43Z Indexed on 2010/04/28 2:23 UTC
Read the original article Hit count: 403

Filed under:
|

How do I get/set foreign key fields on a model object without touching the database and loading the related object?

© Stack Overflow or respective owner

Related posts about python

Related posts about django