Django Admin Speedup for big tables on postgres
The code is Django 1.4 version of code based on the [Django 1.3 snippet](http://djangosnippets.org/snippets/2593/) that speeds up Django's admin pages with postgres back-end for big tables (> few hundred thousands of records).
- postgres
- speed
- optimization
- django-admin