Skip to content

Commit 2acc52f

Browse files
committed
New version with support django 1.11 and 2.x
1 parent 94af540 commit 2acc52f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
Django xhtml2pdf
22
################
33

4-
THIS PROJECT IS UNMAINTAINED
4+
Attention
55
=============================
66

7-
I haven't used this porject in years so it probably suffers from bitrot. Please get in touch if you would like to take over maintainership.
7+
This project is wrapper code between the django project and the xhtml2pdf
8+
project, both have a few maintaining so maybe are not ideal for your project.
89

9-
10-
THis project is wrapper code between the django project and the xhtml2pdf
11-
project.
10+
Please get in touch if you would like to take over maintainership.
1211

1312
What it does is simply allow people to create xhtml2pdf templates using all the
1413
cool django things like STATIC_URL etc.. (like one would for a webpage

django_xhtml2pdf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
6. git commit
1212
7. push to github (to avoid confusion)
1313
"""
14-
__version__ = '0.0.4.dev0'
14+
__version__ = '0.0.4'
1515

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
platforms=['OS Independent'],
2525
classifiers=CLASSIFIERS,
2626
install_requires=[
27-
'Django>=1.2',
27+
'Django>=1.11',
2828
],
2929
packages=find_packages(exclude=["example", "example.*"]),
3030
include_package_data=True,

0 commit comments

Comments
 (0)