Pagination templatetags do not fully work for my generic view and I dont quite understand why.
http://pastebin.com/kyS0UciGOnly : {{ paginator.num_pages }} and {{ paginator.page_range }} works.
I noticed that in these methods are a bit different from for example: {{page}} - when you import pagination class it has paginator.Paginator._get_page_range() methods and paginator.Page does not.
I dont really know how to fix that.