I want to propose that django.contrib.postgres.fields.JSONField should have
a JSON editor with pretty formatted, syntax highlighting, and JSON
validation django admin, currently it uses simple text box.
--
You received this message because you are subscribed to the Google Groups
"Django develo
Hi,
I have two seperate sources capable of generating user passwords (one is a
legacy system but unfortunately it will not go away for a while).
The legacy system uses Argon2id while the new Django-based system is fixed
to version Argon2i for both encoding and decoding.
In my opinion the decodi