builtin pagination now handles errors and converts them to Http404s
authorMichael Elsdoerfer <michael@elsdoerfer.info>
Sun, 21 Sep 2008 18:58:11 +0000 (20:58 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.info>
Sun, 21 Sep 2008 18:58:11 +0000 (20:58 +0200)
commit99b565ce9658612d8e9537358675c2dc2e7539a2
tree2dc49c4969c572138c3e2c3ae0c0ac8564ef50b9
parent06426b045db478a0bb9acee44cb2da423bacc373
builtin pagination now handles errors and converts them to Http404s
django_tables/tables.py
tests/test_basic.py