﻿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
8408	Add a way to avoid QuerySet.count() in admin pagination	LI Daobing		"Hello,

everytime when I use Admin to view a table, the Admin count the rows in the table. if the database is mysql+innodb, this step is very slow, how about add an option in Meta to prevent this, such as

{{{
#!python
class A(models.Model):
    class Meta:
        do_not_count = True
}}}

thanks"	New feature	new	contrib.admin	dev	Normal			Thomas Kerpe Ludovico Magnocavallo marcoberi@… djfische@… boxm@… kmike84@… slav0nic0@… dan.fairs@… markus.magnuson@… t.chaumeny@… josh.smeaton@… Ionel Cristian Mărieș Ondřej Chmelař elonzh Ülgen Sarıkavak	Accepted	0	0	0	0	0	0
