django-postgres-fuzzycount
django-postgres-fuzzycount copied to clipboard
Fast / fuzzy PostgreSQL counts for Django
Is it supporting PostgreSQL 12? Also is it supporting Django 3.1?
I've just spotted this from your comment on [this medium post](https://medium.com/squad-engineering/estimated-counts-for-faster-django-admin-change-list-963cbf43683e), and I was wondering if this is still maintained? Not sure which version of Django is supported, would you...
Django 1.9 has not been supported since 2017 and dropping support makes it easier to get rid of these deprecation warnings: ``` DeprecationWarning: distutils Version classes are deprecated. Use packaging.version...