Hello, I just wonder if anybody has handled this before. Here is a 2-D dictionary.
dict[key_1] = {'a':'aa', 'b':'bb', 'c':'cc'} dict[key_2] = {'a':'dd', 'b':'ee', 'c':'ff'} dict[key_3] = {'a':'eef', 'b': 'ff', 'c':'ghh'} ............ Assume that this dict is so long that I need to paginate. Do I need to convert it to a list in order to use Paginator ? Is there a good way to paginate this dictionary? Thanks for your ideas. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---