Skip to content

Commit fab5381

Browse files
committed
imageUploadUrl -> imageUploadURL
1 parent 79a10c7 commit fab5381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

froala_editor/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_options(self):
1919
}
2020
try:
2121
image_upload_url = reverse('froala_editor_image_upload')
22-
default_options['imageUploadUrl'] = image_upload_url
22+
default_options['imageUploadURL'] = image_upload_url
2323
except NoReverseMatch:
2424
default_options['imageUpload'] = False
2525
settings_options = getattr(settings, 'FROALA_EDITOR_OPTIONS', {})

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-froala-editor',
5-
version='0.8.6',
5+
version='0.8.7',
66
author='Dipesh Acharya',
77
author_email='xtranophilist@gmail.com',
88
packages=['froala_editor'],

0 commit comments

Comments
 (0)