You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be a SlugRelatedField It already does all the work of getting the object from the uuid and handling exceptions. That way it would avoid having to use App.objects.get in the following line:
The text was updated successfully, but these errors were encountered:
Sandro-Meireles
changed the title
Use a SlugRelatedField to retrieve the app in the TemplateMessageSerializer
Use a SlugRelatedField to retrieve the app in the Template Message Serializer
Feb 10, 2023
Problem
This field:
weni-integrations-engine/marketplace/wpp_templates/serializers.py
Line 178 in 6a3283e
Could be a
SlugRelatedField
It already does all the work of getting the object from the uuid and handling exceptions. That way it would avoid having to useApp.objects.get
in the following line:weni-integrations-engine/marketplace/wpp_templates/serializers.py
Line 196 in 6a3283e
Example
An example of how this field is used: https://github.com/weni-ai/weni-integrations-engine/blob/main/marketplace/wpp_templates/serializers.py#L160
The text was updated successfully, but these errors were encountered: