May
26
Here's an update (link goes to DjangoSnippets) to the paginator code I posted a while back (link goes to the old version). The main thing is the deprecation warning, which is now gone.
In particular:
Previously, a custom base class was used that implemented a stateful, page-aware paginator. Now that Django's new Paginator class does essentially [...]
