﻿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
24645	"django.db.utils.ProgrammingError: type ""hstore"" does not exist"	Zhang Lei	nobody	"I'm using new database field 'HStoreField' in my project, my psycopg2 is 2.6 and postgresql is 9.4.11 with postgres.app. When I using `python manage.py migrate`, it raise a 'django.db.utils.ProgrammingError' which says django.db.utils.ProgrammingError: type ""hstore"" does not exist. I have added 'django.contrib.postgres' in my settings.INSTALLED_APPS. I have used ArrayField() with base_field 'CharField' is ok. Only when I using HStoreField, there is error."	Cleanup/optimization	closed	Documentation	1.8	Normal	fixed	"type ""hstore"" does not exist"		Ready for checkin	1	0	0	0	0	0
