get_prep_value(value)
[source]
value
is the current value of the model’s attribute, and the method should return data in a format that has been prepared for use as a parameter in a query.
See Converting Python objects to query values for usage.
Please login to continue.