Fix bug in {% autopaginate ... as ... %} handling.
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Tue, 21 Dec 2010 15:06:35 +0000 (16:06 +0100)
committerZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Tue, 21 Dec 2010 15:06:35 +0000 (16:06 +0100)
commit889eea3e5cc894df4b6e3bb83831650eb9d6b4e5
tree063d7370dee8380536413e70e7592666c14efc53
parent47e7ec874cd7dddda5ed13ffb6993a64dced2537
Fix bug in {% autopaginate ... as ... %} handling.

Simplify the parser and make it less error prone (no more if-then-else tree)
Allow orphans to be specified as variable.
pagination/templatetags/pagination_tags.py