﻿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
29547	Support for partial/filtered indexes	Mads Jensen	Mads Jensen	"Partial indexes (or filtered indexes) is one of the few last missing things in the index support for Django. It's supported widely, except for MySQL and MariaDB. SQLite has support >= 3.8.

{{{
#!sql
CREATE INDEX ... ON ... WHERE ...
}}}"	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed	db-indexes		Accepted	1	0	0	0	0	0
