Closed OlegGirko closed 7 years ago
Test with Django
1.9.6 and Python 3.3 failed because Django
1.9 requires at least Python 3.4. I think, this test should be removed. All remaining tests succeeded.
@OlegGirko thank you so much for this work. I'll test it on the weekend, and then merge it, for sure. Waliki deserves much more love that I'm able to give now, and to have this kind of contributions make me very happy.
@mgaitan, I use Waliki for ldbox project site, so I had to make all these changes to make it work with newer Fedora (24 and 25).
Also, I've packaged Waliki for Fedora (along with all necessary dependencies).
To make packaging easier, could you please tag new version (either 0.6.1 or 0.7) when you merge my changes? The way I package depends on version tags (actually, download URL in spec
file depends on that), so source package contains tarball corresponding to latest version and patches applied to it. Having many patches applied to latest version is inconvenient.
@mgaitan, Thank you for merging my changes and tagging a new version. I've built Fedora packages for version 0.7 successfully.
great, thanks to you!
This pull request contains changes needed for Waliki to pass all tests with
Django
1.9 andmarkups
2.0.strip=False
toPageForm
'sraw
field forDjango
>= 1.9.markdown
'stoc
extension instead of deprecatedheaderid
.markdown
extensions and output format to the method that createsMarkdown
instance.ReStructuredTextMarkup
the way that works inmarkdown
2.0.These changes were tested with:
Django
1.8.15 andmarkups
1.0.1 with Python 2.7.11 and 3.4.2.Django
1.9.12 andmarkups
2.0.0 with Python 2.7.12 and 3.5.2.