Home | History | Annotate | Download | only in afe

Lines Matching refs:smart_get

553         For all foreign key fields, call smart_get with the supplied
580 dest_obj = field_obj.rel.to.smart_get(data[field_name],
829 def smart_get(cls, id_or_name, valid_only=True):
831 smart_get(integer) -> get object by ID
832 smart_get(string) -> get object by name_field
854 result_objects.append(cls.smart_get(id_or_name))