Author |
Date |
Commit |
Message |
floguy |
Mar 30, 2009 |
50 |
Nitpicks. |
floguy |
Mar 30, 2009 |
49 |
Fixed a problem where the middleware accessed POST on every request, freezing up |
floguy |
Mar 30, 2009 |
48 |
Nitpicky stuff and PEP8ification |
floguy |
Mar 30, 2009 |
47 |
Merge branch 'master' of git@github.com:ericflo/django-pagination |
floguy |
Dec 7, 2008 |
46 |
Added Portuguese translation |
floguy |
Dec 4, 2008 |
45 |
Fixed #28. Added the ability for the autopaginate tag to raise an Http404. Als |
floguy |
Oct 26, 2008 |
44 |
Fixed bug introduced with python2.3 compatability. Also, renamed the PyPI packa |
floguy |
Oct 24, 2008 |
43 |
Fixed some setuptools bugs. |
floguy |
Oct 24, 2008 |
42 |
Added the ability to save the result list as a variable in the template's contex |
floguy |
Oct 24, 2008 |
41 |
Allow for a variable as the paginate_by parameter. Also added tests for this ca |
floguy |
Oct 24, 2008 |
40 |
Fix a possible uncaught attribute error. Thanks for the bug report, bela.hausma |
floguy |
Oct 24, 2008 |
39 |
Added setup.py and ez_setup.py getting ready for proper release to PyPI. Thanks |
floguy |
Oct 24, 2008 |
38 |
Fixed some python2.3 backwards incompatibility issues. |
floguy |
Oct 24, 2008 |
37 |
Added translation files for french and polish locales. Thanks, jdemoor and jare |
floguy |
Oct 20, 2008 |
36 |
Oops, forgot to add index.txt |
floguy |
Oct 20, 2008 |
35 |
Moved docs into the docs directory. Also, added an index.txt useful for sphinx |
floguy |
Sep 19, 2008 |
34 |
Changed back from .rst to .txt to match Django's convention |
floguy |
Sep 8, 2008 |
33 |
Removed some redundant uses of sorted(list(..)) to be just sorted(..). |
floguy |
Sep 5, 2008 |
32 |
Added more explicit setting as per #17 |
floguy |
Aug 30, 2008 |
31 |
Moved to the more proper .rst file extension. |
floguy |
Aug 30, 2008 |
30 |
Fixed documentation to include the step about adding the request context process |
floguy |
Aug 30, 2008 |
29 |
Added German locale. Thanks, Bela Hausmann! This fixes #9. |
floguy |
Aug 30, 2008 |
28 |
Added a new exception handler in the middleware. |
floguy |
Aug 30, 2008 |
27 |
Dropped support for the deprecated QuerySetPaginator, and also fixed an issue wi |
leidel |
Aug 16, 2008 |
26 |
fixed stupid import bug, so sorry |
leidel |
Aug 16, 2008 |
25 |
fixed issue #14, patch from Martin Mahner |
leidel |
Aug 5, 2008 |
24 |
Fixed #12, updated middleware to access request variable with request.REQUEST di |
floguy |
Jul 21, 2008 |
23 |
Added support for orphans. Thanks, Martin Mahner. |
floguy |
Jul 13, 2008 |
22 |
Fixed doctests. |
floguy |
Jul 13, 2008 |
21 |
Fixed #1. Thanks, Martin Mahner and Jannis Leidel. |
floguy |
Jul 13, 2008 |
20 |
OK rst2a is caching too long, so I have generated docs in docs/index.html |
floguy |
Jul 13, 2008 |
19 |
Try 3: Hopefully made README.txt conform to ReST syntax. |
floguy |
Jul 13, 2008 |
18 |
Try 2: Hopefully made README.txt conform to ReST syntax. |
floguy |
Jul 13, 2008 |
17 |
Hopefully made README.txt conform to ReST syntax. |
floguy |
Jul 11, 2008 |
16 |
Fixed bug with extra getvars where an ampersand was always appended. |
floguy |
Jul 1, 2008 |
15 |
Updated documentation and reduced overall complexity by stripping away the regis |
jtauber |
Jun 18, 2008 |
14 |
paging maintains other GET parameters -- contributed by jezdez |
floguy |
May 30, 2008 |
13 |
Added test suite, and prevented pagination if the elusion would take up only one |
floguy |
May 30, 2008 |
12 |
Nitpicky thing with the templates.
|
floguy |
May 30, 2008 |
11 |
Probably fixed a potential bug with extraneous ellipses.
|
floguy |
May 30, 2008 |
10 |
Undid README for now since it was totally off.
|
floguy |
May 30, 2008 |
9 |
Added more granular control over the default template output, and also got a han |
floguy |
May 29, 2008 |
8 |
Made the error handling a bit more elegant, causing fewer failures.
|
floguy |
May 29, 2008 |
7 |
Oops, forgot to add some files. Now version 0.1 is alive and kicking.
|
floguy |
May 29, 2008 |
6 |
Version 0.1 alive and kicking!
|
floguy |
May 29, 2008 |
5 |
Added more svn:ignore action. |
floguy |
May 29, 2008 |
4 |
Fleshed out initial version of the paginate templatetag.
|
floguy |
May 29, 2008 |
3 |
Added svn:ignore properties. |
floguy |
May 29, 2008 |
2 |
Created the initial directory structure.
|
|
May 29, 2008 |
1 |
Initial directory structure. |