﻿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
36377	support `hints` for postgres contrib operations	anthony sottile		"since they are ~effectively specialized `RunSql` operations it would be nice if they support `hints=...` as well.  at sentry we utilize this in our database router to properly target sql-like operations during migrations.  without hints we don't know what database to apply the migration operation to

something like:

```python
operations = [BtreeGistExtension(hints={'tables': ['sentry_whatever']})]
```

(and updating the `allow_migrate(...)` calls inside `CreateExtension`)"	New feature	new	Uncategorized	5.2	Normal				Unreviewed	0	0	0	0	0	0
