X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/4b451daf1c9a4496cd7c844afae283bbdd41ac7d..4b2ba62948c5104fc3cae8d24face3c4bf7378df:/doc/changes.rst diff --git a/doc/changes.rst b/doc/changes.rst index 5526812..cabf6d9 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,6 +1,36 @@ Version History *************** + +.. _version_2_0_2: + +Version 2.0.2 +============= + +This is an another micro release. There are no code changes (apart from +setup.py). The only change is to make it pip-friendly by using new integration +mode with versiontools. + +.. _version_2_0_1: + + +Version 2.0.1 +============= + +This is a micro release. There are no code changes so there is no need to +upgrade. The only changes are to documentation and infrastructure files. + +The following changes are included: + +* Improve documentation for using custom pagination templates +* Document multiple paginations per page +* Use correct template name in do_paginate docstring +* Provide correct link to installation instructions +* Fix documentation referencing all project name +* Ignore vim swap files +* Add templates from the test project to MANIFEST.in + + .. _version_2_0: Version 2.0