This commit is contained in:
adi 2016-06-18 11:49:30 +02:00
parent ae7de5a499
commit c329577d44
2 changed files with 7 additions and 1 deletions

View file

@ -317,6 +317,12 @@ $('.markdownx').on('markdownx.update', function(e, response) {
# Changelog
###### v1.6
* Support for Django's `default_storage`
* Fix for missing MARKDOWNX_MARKDOWNIFY_FUNCTION in settings
###### v1.5
* Possibility to customize image insertion code

View file

@ -10,7 +10,7 @@ def get_requirements():
setup(
name='django-markdownx',
version='1.5',
version='1.6',
packages=find_packages(),
include_package_data=True,
description='Django Markdownx is a Markdown editor built for Django. It enables raw editing, live preview and image uploads (stored in `MEDIA` folder) with drag&drop functionality and auto tag insertion.',