fnp
/
django-pagination.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Further fix for Django 1.10.
[django-pagination.git]
/
doc
/
conf.py
diff --git
a/doc/conf.py
b/doc/conf.py
index
39a80cb
..
54900bc
100644
(file)
--- a/
doc/conf.py
+++ b/
doc/conf.py
@@
-47,10
+47,10
@@
copyright = u'2010-2011, Linaro Limited'
#
# The short X.Y version.
import versiontools
#
# The short X.Y version.
import versiontools
-import
linaro
_django_pagination
-version = "%d.%d" %
linaro
_django_pagination.__version__[0:2]
+import
fnp
_django_pagination
+version = "%d.%d" %
fnp
_django_pagination.__version__[0:2]
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
-release = versiontools.format_version(
linaro
_django_pagination.__version__)
+release = versiontools.format_version(
fnp
_django_pagination.__version__)
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.