Lines Matching full:foreign
194 # foreign key on the pivot table referencing lhs_id_field
196 # foreign key on the pivot table referencing rhd_id_field
340 # look for a foreign key field on related_model relating to this model
534 """This set stores foreign keys which we don't want to follow, but
559 For all foreign key fields, call smart_get with the supplied
584 # convert foreign key values
952 # attname will contain "_id" suffix for foreign keys,
988 """This splits local from foreign values in a serialized object.
994 for local fields, the second one contains those for foreign
1000 # It's a foreign key
1003 # It's a local attribute or a foreign key
1069 """Set foreign attributes from a list of tuples.
1173 raise ValueError('Serialized must not contain foreign '