1
2
3
4
def segment_pages(page):
    page.paginator.left = []
    page.paginator.right = []
...

Python Django / Python / Paginatio...

by bramston, June 11, 2008 04:58, 1 refactoring, tagged with django, python, pagination

Really quickly ported some ...

Eb74aac8da41a993ae9dd91a5b13b78a Talk
1
2
3
4
<div class="pagination">
  <% letters = ['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','#'] -%>
  <% for letter in letters -%>
...

Ruby Creating an alphabetic for ...

by Adam Fortuna, December 16, 2007 08:27, 8 refactorings, tagged with alphabet, pagination

There's gotta be a much bet...

8571728785e5e350ddb58cd458533b12 Talk