django-pagination.git
2019-02-15 Radek CzajkaFurther fix for Django 1.10. 2.2.2
2017-03-29 Jan Szejkofix for django 1.10 (context_instance) 2.2.1
2017-02-15 Jan Szejkorebranding 2.2.0
2016-01-08 Zygmunt KrynickiMerge pull request #35 from gitter-badger/gitter-badge
2016-01-06 The Gitter... Add Gitter badge
2016-01-06 Zygmunt KrynickiMerge pull request #34 from atugushev/master
2016-01-02 Albert TugushevFix window exceeding page range
2016-01-02 Albert TugushevRemove unicode strings for python3 compatible
2016-01-02 Albert TugushevForce convert range to list for python3 compatible
2016-01-02 Albert TugushevFix bug with multiple paginations
2016-01-02 Albert TugushevConvert doctests to django unittests
2016-01-02 Albert TugushevAdd new test runner
2016-01-02 Albert TugushevAdd travis and coveralls badges to README file
2016-01-02 Albert TugushevAdd *.rst extension to README file
2016-01-02 Albert TugushevUse travis-ci
2015-12-29 Zygmunt KrynickiMerge pull request #28 from amrael/django18_2
2015-05-20 Yasuhisa YamazakiSuppress warning, "RemovedInDjango19Warning: `request...
2015-05-19 Zygmunt KrynickiMerge pull request #27 from amrael/django18
2015-05-19 Yasuhisa YamazakiImport TOKEN_BLOCK from django.template.base if Django...
2014-05-14 Zygmunt KrynickiMerge pull request #25 from mktums/patch-1
2014-05-14 Mike TUMSI'm terribly sorry…
2014-04-09 Zygmunt KrynickiMerge pull request #24 from mktums/patch-1
2014-04-09 Mike TUMSFixes issues related with #17
2014-04-07 Zygmunt KrynickiMerge pull request #23 from mktums/master
2014-04-07 Mike TUMSfixing template to show proper url
2014-04-07 Mike TUMSFix for template. *forgot to remove test line…*
2014-04-07 Mike TUMSImplements zyga/django-pagination#22
2014-01-14 Zygmunt KrynickiMerge pull request #21 from hsoft/py3
2014-01-14 Virgil DuprasSupport Python 3.3
2013-07-11 Zygmunt KrynickiMerge pull request #20 from mjtorn/fi_locale
2013-07-11 Markus TörnqvistFinnish locale
2013-06-26 Zygmunt KrynickiMerge pull request #17 from mjtorn/master
2013-06-26 Markus TörnqvistSkip updating empty dict over context
2013-06-26 Markus TörnqvistRevert "Oops, do not return new_context just yet, updat...
2013-06-26 Markus TörnqvistRevert "Context is updated, return it. Also avoid recur...
2013-06-26 Markus TörnqvistContext is updated, return it. Also avoid recursion...
2013-06-26 Markus TörnqvistTest project settings so test can run
2013-06-26 Zygmunt KrynickiMerge pull request #15 from mjtorn/master
2013-06-26 Markus TörnqvistOops, do not return new_context just yet, update and...
2013-06-25 Zygmunt KrynickiMerge pull request #14 from mjtorn/master
2013-06-25 Markus TörnqvistRename to_return variable to make more sense
2013-06-25 Markus TörnqvistAlways pass the context through
2013-06-21 Zygmunt KrynickiMerge pull request #13 from jimmyye/master
2013-06-20 Jimmy YeAvoid page_suffix when context['paginator'] is None
2013-05-17 Zygmunt KrynickiMerge pull request #12 from boromil/2918ede7ab519905630...
2013-03-21 Krzysztof Malinowskifix for test failures
2012-01-26 Zygmunt KrynickiMerge pull request #11 from stephane/master
2012-01-26 Stéphane RaimbaultFix all PO files to be valid for msgfmt
2011-11-08 Zygmunt KrynickiMerge pull request #8 from ptone/master
2011-11-08 ptonenoted block scope for autopaginate tag
2011-08-17 Zygmunt KrynickiMerge pull request #3 from flashingpumpkin/master
2011-08-03 Alen MujezinovicPass the template context to the pagination template
2011-06-29 Zygmunt KrynickiDescribe the motives behind top-level package name...
2011-06-22 Zygmunt KrynickiRelease 2.0.2 release-2.0.2
2011-06-22 Zygmunt KrynickiUse versiontools in pip-friendly way
2011-06-22 Zygmunt KrynickiRelease 2.0.1 release-2.0.1
2011-06-22 Zygmunt KrynickiImprove documentation for using custom pagination templates
2011-06-22 Zygmunt KrynickiDocument multiple paginations per page
2011-06-22 Zygmunt KrynickiUse correct template name in do_paginate docstring
2011-06-22 Zygmunt KrynickiProvide correct link to installation instructions
2011-06-22 Zygmunt KrynickiFix documentation referencing all project name
2011-06-22 Zygmunt KrynickiIgnore vim swap files
2011-06-22 Zygmunt KrynickiAdd templates from the test project to MANIFEST.in
2011-06-22 Zygmunt KrynickiBump version to 2.0.1 dev
2011-06-14 Zygmunt KrynickiRelease 2.0 release-2.0
2011-06-14 Zygmunt KrynickiShorten README
2011-06-14 Zygmunt KrynickiRevive documentation.
2011-06-14 Zygmunt KrynickiUse versiontools in setup, bump version to 2.0
2011-06-14 Zygmunt KrynickiFix typo
2011-06-14 Zygmunt KrynickiUse custom template the example app
2011-06-14 Zygmunt KrynickiImprove {% autopaginate %} error message
2011-06-14 Zygmunt KrynickiImprove do_paginate parsing
2011-06-14 Zygmunt KrynickiPEP8 fixes
2011-06-14 Zygmunt KrynickiMerge branch 'master' of git://github.com/callowayproje...
2011-06-14 Zygmunt KrynickiReorder apps to make tests run
2011-06-14 Zygmunt KrynickiUse lowercase (c) for copyright
2011-06-14 Zygmunt KrynickiIgnore test project database
2011-06-14 Zygmunt KrynickiAdd example application to test_project
2011-06-14 Zygmunt KrynickiBe smarter about missing request object.
2011-06-14 Zygmunt KrynickiDo not use has_key
2011-06-14 Zygmunt KrynickiSplit settings to dedicated module.
2011-06-14 Zygmunt KrynickiAdd simple HACKING file
2011-06-14 Zygmunt KrynickiUpdate setup.py/setup.cfg
2011-06-14 Zygmunt KrynickiUpdate copyright headers
2011-06-13 Zygmunt KrynickiUse test project to run tests
2011-06-13 Zygmunt KrynickiUpdate homepage in setup.py
2011-06-13 Zygmunt KrynickiUpdate README
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/martinsvoboda...
2011-06-13 Zygmunt KrynickiFix Portuguese translation
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/tiagosc/djang...
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/stephane...
2011-06-13 Zygmunt KrynickiFix tests on django 1.2
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/tzangms/djang...
2011-06-13 Zygmunt KrynickiFix spanish translation
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/maraujop...
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/leah/django...
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/cicuz/django...
2011-06-13 Zygmunt KrynickiMerge branch 'master' of git://github.com/spanasik...
2011-06-13 Zygmunt KrynickiRemove turkish .mo file
2011-06-13 Zygmunt KrynickiMerge branch 'turkish' of git://github.com/amiroff...
next