Commit Graph

8 Commits

Author SHA1 Message Date
Venelin Stoykov 6e8a0cc4d1 Fixes #145 - Syntax Error on Python 3.2
This correctly reimplement pull #168
2015-04-22 22:56:40 +03:00
karec 089d42d62d fix a bug for unicode string in utils.py for python3.2 support (current debian stable version) + add missing spaces arround operator for PEP8 2015-02-06 23:55:52 +01:00
Piotr Maliński e52e07c522 [close #46] Validate image upload by extension in dummy image backend. 2014-08-24 19:43:20 +02:00
Rogério Carrasqueira 43c3f595b2 Merge branch 'master' of git://github.com/shaunsephton/django-ckeditor into shaunsephton-master
Conflicts:
	CHANGELOG.rst
	ckeditor/image/dummy_backend.py
	ckeditor/image/pillow_backend.py
	ckeditor/static/ckeditor/ckeditor/skins/moono/dialog.css
	ckeditor/templates/browse.html
	ckeditor/utils.py
	ckeditor/views.py
	ckeditor/widgets.py
	ckeditor_demo/settings.py
	ckeditor_demo_requirements.txt
	setup.py
	tox.ini
2014-02-27 21:48:51 -03:00
Rogério Carrasqueira d87c5fe2d8 Update utils.py
Bug fix when file extension is uppercase
2014-02-27 21:17:28 -03:00
Piotr Maliński 9830d9764d Pull changes from riklaunim/django-ckeditor. 2014-02-26 01:11:04 +01:00
Janos Guljas 56d35ae274 Python 3.2 compatibility 2013-12-21 02:16:25 +01:00
Piotr Maliński e838150386 [#7] Move create_thumbnail function to image backend. 2013-12-07 02:57:47 +01:00