I'm setting up a django paginator in the Django Admin Site in order to display the elements 30by30 on the changelist. To do so, I'm using "list_per_page=30" on the DocumentAdmin.
It works fine on Firefox, but the paginator doesn't appear on Safari, either in iMac, iPad or iPhone... so I can only see the first 30 elements. However, it does appear when I reduce the amount of elements I want to display, for instance, 8. I have similar problems using Chrome. Am I missing something? Any help is really welcome. Thanks for your time. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/41104ca8-def5-491a-8844-8a5ba560b7eb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

