id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 4065 Ability to disable admin pagination Marek Kubica nobody "Today I needed to disable pagination for Django admin - and ran into trouble, since there is no explicit option to disable it. There is `list_per_page` but this only controls how many objects are displayed. Its not possible to set it to `None` because that throws an exception and setting it to `0` creates a `ZeroDivisionException` which is also not what I wanted. Finally, I set it to `sys.maxint`, which sure will be enough. My idea would be to rename this setting (maybe only in newforms-admin not to break backward compatibility) and make `None` or `False` the setting for ""disable pagination"". Of course, this can also be implemented without breakting backwards compatibility, but `list_per_page = None` sounds odd." New feature closed contrib.admin dev Normal fixed nfa-changelist pythonmailing@… boxm@… mmitar@… cmawebsite@… Dale Hui Accepted 0 0 0 0 0 0