django-pagination.git
15 years agoDropped support for the deprecated QuerySetPaginator, and also fixed an issue with...
floguy [Sat, 30 Aug 2008 18:09:34 +0000 (18:09 +0000)]
Dropped support for the deprecated QuerySetPaginator, and also fixed an issue with lazy loading of non-QuerySet iterables.  Thanks, Ben Firshman, for the patch!  This fixes issue #15.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@27 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agofixed stupid import bug, so sorry
leidel [Sat, 16 Aug 2008 23:39:35 +0000 (23:39 +0000)]
fixed stupid import bug, so sorry

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@26 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agofixed issue #14, patch from Martin Mahner
leidel [Sat, 16 Aug 2008 19:27:10 +0000 (19:27 +0000)]
fixed issue #14, patch from Martin Mahner

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@25 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoFixed #12, updated middleware to access request variable with request.REQUEST dict...
leidel [Tue, 5 Aug 2008 00:37:29 +0000 (00:37 +0000)]
Fixed #12, updated middleware to access request variable with request.REQUEST dict, thanks jphalip

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@24 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoAdded support for orphans. Thanks, Martin Mahner.
floguy [Mon, 21 Jul 2008 09:03:14 +0000 (09:03 +0000)]
Added support for orphans.  Thanks, Martin Mahner.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@23 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoFixed doctests.
floguy [Sun, 13 Jul 2008 22:17:49 +0000 (22:17 +0000)]
Fixed doctests.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@22 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoFixed #1. Thanks, Martin Mahner and Jannis Leidel.
floguy [Sun, 13 Jul 2008 22:15:50 +0000 (22:15 +0000)]
Fixed #1.  Thanks, Martin Mahner and Jannis Leidel.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@21 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoOK rst2a is caching too long, so I have generated docs in docs/index.html
floguy [Sun, 13 Jul 2008 22:02:56 +0000 (22:02 +0000)]
OK rst2a is caching too long, so I have generated docs in docs/index.html

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@20 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoTry 3: Hopefully made README.txt conform to ReST syntax.
floguy [Sun, 13 Jul 2008 21:57:15 +0000 (21:57 +0000)]
Try 3: Hopefully made README.txt conform to ReST syntax.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@19 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoTry 2: Hopefully made README.txt conform to ReST syntax.
floguy [Sun, 13 Jul 2008 21:55:25 +0000 (21:55 +0000)]
Try 2: Hopefully made README.txt conform to ReST syntax.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@18 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoHopefully made README.txt conform to ReST syntax.
floguy [Sun, 13 Jul 2008 21:54:11 +0000 (21:54 +0000)]
Hopefully made README.txt conform to ReST syntax.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@17 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoFixed bug with extra getvars where an ampersand was always appended.
floguy [Fri, 11 Jul 2008 08:09:51 +0000 (08:09 +0000)]
Fixed bug with extra getvars where an ampersand was always appended.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@16 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoUpdated documentation and reduced overall complexity by stripping away the registrati...
floguy [Tue, 1 Jul 2008 06:40:52 +0000 (06:40 +0000)]
Updated documentation and reduced overall complexity by stripping away the registration, which nobody used anyway.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@15 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agopaging maintains other GET parameters -- contributed by jezdez
jtauber [Wed, 18 Jun 2008 09:48:32 +0000 (09:48 +0000)]
paging maintains other GET parameters -- contributed by jezdez

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@14 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoAdded test suite, and prevented pagination if the elusion would take up only one...
floguy [Fri, 30 May 2008 04:35:24 +0000 (04:35 +0000)]
Added test suite, and prevented pagination if the elusion would take up only one space.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@13 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoNitpicky thing with the templates.
floguy [Fri, 30 May 2008 03:59:45 +0000 (03:59 +0000)]
Nitpicky thing with the templates.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@12 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoProbably fixed a potential bug with extraneous ellipses.
floguy [Fri, 30 May 2008 03:49:57 +0000 (03:49 +0000)]
Probably fixed a potential bug with extraneous ellipses.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@11 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoUndid README for now since it was totally off.
floguy [Fri, 30 May 2008 03:44:25 +0000 (03:44 +0000)]
Undid README for now since it was totally off.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@10 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoAdded more granular control over the default template output, and also got a handle...
floguy [Fri, 30 May 2008 03:38:49 +0000 (03:38 +0000)]
Added more granular control over the default template output, and also got a handle on how much whitespace was being generated.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@9 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoMade the error handling a bit more elegant, causing fewer failures.
floguy [Thu, 29 May 2008 08:22:41 +0000 (08:22 +0000)]
Made the error handling a bit more elegant, causing fewer failures.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@8 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoOops, forgot to add some files. Now version 0.1 is alive and kicking.
floguy [Thu, 29 May 2008 05:36:20 +0000 (05:36 +0000)]
Oops, forgot to add some files.  Now version 0.1 is alive and kicking.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@7 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoVersion 0.1 alive and kicking!
floguy [Thu, 29 May 2008 05:35:43 +0000 (05:35 +0000)]
Version 0.1 alive and kicking!

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@6 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoAdded more svn:ignore action.
floguy [Thu, 29 May 2008 03:31:45 +0000 (03:31 +0000)]
Added more svn:ignore action.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@5 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoFleshed out initial version of the paginate templatetag.
floguy [Thu, 29 May 2008 03:08:14 +0000 (03:08 +0000)]
Fleshed out initial version of the paginate templatetag.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@4 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoAdded svn:ignore properties.
floguy [Thu, 29 May 2008 02:33:33 +0000 (02:33 +0000)]
Added svn:ignore properties.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@3 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoCreated the initial directory structure.
floguy [Thu, 29 May 2008 02:32:45 +0000 (02:32 +0000)]
Created the initial directory structure.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@2 7f1efe38-554e-0410-b69d-834cb44da2d5

15 years agoInitial directory structure.
(no author) [Thu, 29 May 2008 02:24:02 +0000 (02:24 +0000)]
Initial directory structure.

git-svn-id: https://django-pagination.googlecode.com/svn/trunk@1 7f1efe38-554e-0410-b69d-834cb44da2d5