From: Zygmunt Krynicki Date: Tue, 21 Dec 2010 15:06:35 +0000 (+0100) Subject: Fix bug in {% autopaginate ... as ... %} handling. X-Git-Tag: release-2.0~40 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/d08d00a79f8a5e3415136b6970aa6d95c183b8b0 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. ---