Pretty formated JSON editor for django.contrib.postgres.fields.JSONField in django admin.

2017-10-23 Thread Ratan Kulshreshtha
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

Argon2PasswordHasher.verify() should be agnostic to the algorithm version

2017-10-23 Thread 'Till Kolter' via Django developers (Contributions to Django itself)
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