geemang2022

Results 3 comments of geemang2022

This isn't working for > Thanks a lot @harry-kim this is just what I needed! If using python 3 I believe you can just do: > > ```python > encrypt(JSONWrappedTextField)...

Here is what I got working. Notice I had to override the get_db_converters, so there is a chance to turn the decrypted string back to JSON. NOTE: DJANGO 4.2 ```python...

@Khalidm98 I'm trying to use your changes (which are very cool BTW). Based on these docs: https://docs.djangoproject.com/en/4.2/topics/db/models/#abstract-related-name once we extend the AbstractAuthToken these clashes are expected. I see auth.py &...