get_object
- EquationPlugin.get_object(request, object_id, from_field=None)
Return an instance matching the field and value provided, the primary key is used if no field is provided. Return
Noneif no match is found or the object_id fails validation.
Return an instance matching the field and value provided, the primary
key is used if no field is provided. Return None if no match is
found or the object_id fails validation.