- Added ability to configure CKeditor through a CKEDITOR_CONFIGS settings. Thanks jeffh for the input.
- Removed buggy url include check.
- Egg package corrected to exclude testing admin.py and models.py.
- Enforce correct configuration.
- Changed upload behavior to separate files into directories by upload date. Thanks loop0 .
- Added ability to limit user access to uploaded content (see the CKEDITOR_RESTRICT_BY_USER setting). Thanks chr15m for the input.
- Added initial set of much needed tests.
- General cleanup, light refactor.
- csrf_exempt backwards compatability. Thanks chr15m .
- Include resources, sorry about that.
- More robust PIL import. Thanks buchuki .
- Better CKEDITOR_MEDIA_PREFIX setting error.
- Included README.rst in manifest.
- Added CKEDITOR_UPLOAD_PREFIX setting. Thanks chr15m for the input.