Hacker News new | ask | show | jobs
by shreyas056 4094 days ago
Thanks for the explanation. So this means that Django does not support JSON or JSONB field types yet
1 comments

Not built-in, but there are plenty of third-party JSON fields around.

However, the author of contrib.postgres opened this PR yesterday, so you can certainly expect them in the next release: https://github.com/django/django/pull/4427

Great! this is very helpful