﻿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
27162	Move CreateExtension to django.db.backends.postgresql	Claude Paroz	nobody	The CreateExtension currently lives in `django.contrib.postgres.operations`. I think that it's a core functionality of the PostgreSQL backend and it should be usable without requiring contrib.postgres. PostGIS users might want to use it to add extensions in migrations. I therefore suggest to move it to a new location inside `django.db.backends.postgresql`. Backwards compatibility is kept as `CreateExtension` will still be imported from the same module it is defined in currently.	New feature	closed	Database layer (models, ORM)	dev	Normal	wontfix			Unreviewed	1	0	0	0	0	0
