Re: Make `raw_id_fields` the default functionality in the admin

2018-10-21 Thread Aymeric Augustin
Hello, The default widget is fine for configuration tables with no more than a few dozen values. In my experience, I rarely encountered use cases for editing foreign keys to very large tables in the admin. Readonly or autocomplete are good choices. Best regards, -- Aymeric. > On 17 Oct

Re: Adding a database-agnostic JSONField into Django

2018-10-21 Thread Raphael Michel
Hi, On Saturday, October 20, 2018 at 10:48:04 PM UTC+2, Adam Johnson wrote: > > The main thing is that MySQL added a binary JSON type, whilst MariaDB just > made the JSON type an alias for TEXT (plus the corollaries that implies): > https://mariadb.com/kb/en/library/json-data-type/ > Yes, this