internetarchive / arklet

ARK minter, binder, resolver
MIT License
21 stars 14 forks source link

Remove TimeLimitedPaginator since not DB agnostic #9

Closed avdempsey closed 2 years ago

avdempsey commented 2 years ago

TimeLimitedPaginator was used to make the ArkAdmin model load more quickly in Django Admin for large ARK tables. However, it uses a hack specific to Postgres. I removed it (it didn't make the admin very useful anyway) in favor of making Arklet DB agnostic.