Comment on Django 1.8 releasedparentComments−shreyas05611yThanks for the explanation. So this means that Django does not support JSON or JSONB field types yet−alexhill11yNot 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−shreyas05611yGreat! this is very helpful
Comments
Thanks for the explanation. So this means that Django does not support JSON or JSONB field types yet
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