You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I have an custom model field in which i have implemented cryptography. I get prefect results when I don't use lookups for filtering data i.e. it calls get_prep_value() But when I filter data using lookups like startswith or endswith. it does not calls get_prep_value().How to solve this problem?