Prevent Django Admin from slowly counting records
commit1ba04cb7c6cba9c37ce23ac73e96a8680ffe651e
authorStefan Kögl <stefan@skoegl.net>
Tue, 18 Jul 2017 18:35:28 +0000 (18 20:35 +0200)
committerStefan Kögl <stefan@skoegl.net>
Tue, 18 Jul 2017 18:35:28 +0000 (18 20:35 +0200)
treeb136a8a1e02b25effd708974917fbbfee2bec94a
parent613516fc590d73962b8d7c8b4dbaad74c3bdabf2
Prevent Django Admin from slowly counting records

https://docs.djangoproject.com/en/1.9/ref/contrib/admin/#django.contrib.admin.ModelAdmin.show_full_result_count
12 files changed:
mygpo/categories/admin.py
mygpo/episodestates/admin.py
mygpo/favorites/admin.py
mygpo/history/admin.py
mygpo/podcastlists/admin.py
mygpo/podcasts/admin.py
mygpo/publisher/admin.py
mygpo/pubsub/admin.py
mygpo/subscriptions/admin.py
mygpo/suggestions/admin.py
mygpo/users/admin.py
mygpo/usersettings/admin.py