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