fix textile (auto_link) 0.2.7
authorJan Szejko <janek37@gmail.com>
Mon, 22 Jan 2018 10:21:19 +0000 (11:21 +0100)
committerJan Szejko <janek37@gmail.com>
Mon, 22 Jan 2018 10:21:19 +0000 (11:21 +0100)
fnpdjango/utils/text/textilepl.py
setup.py

index 21db9ac..434816b 100644 (file)
@@ -16,6 +16,5 @@ def textile_pl(text):
 
 
 def textile_restricted_pl(text):
-    return TextilePL(restricted=True, lite=True,
-                   noimage=True, auto_link=False).parse(
-                        text, rel='nofollow')
+    return TextilePL(restricted=True, lite=True, noimage=True).parse(
+        text, rel='nofollow')
index 2f9babe..17b3cf5 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ def whole_trees(package_dir, paths):
 
 setup(
     name='fnpdjango',
-    version='0.2.6',
+    version='0.2.7',
     author='Radek Czajka',
     author_email='radekczajka@nowoczesnapolska.org.pl',
     url='',
@@ -34,7 +34,7 @@ setup(
     },
     install_requires=[
         'Django>=1.4,<1.11',
-        'textile==2.3.7',
+        'textile==2.3.16',
     ],
     license='LICENSE',
     description='.',