﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29147	Postgres JSONField missing to_python	Javier Buzzi		"Every other field implements a to_python except for JSONField:

https://github.com/django/django/blob/master/django/contrib/postgres/fields/hstore.py#L38
https://github.com/django/django/blob/master/django/contrib/postgres/fields/array.py#L102
https://github.com/django/django/blob/master/django/contrib/postgres/fields/ranges.py#L47

JSONField defaults to the value, meaning if you pass `'{""object"": ""value""}'` you get back `'{""object"": ""value""}'`. The same example in HStoreField, you pass in `'{""object"": ""value""}'` you get back `{""object"": ""value""}` -- makes the world of difference."	Bug	new	contrib.postgres	1.9	Normal				Unreviewed	0	0	0	0	1	0
