Django-scribbler

Latest version: v1.2.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.3

------------------------------------

- Fixed issues with Python 3 compatibility
- Fixed issues with Django 1.7+ compatibility
- Fixed issues with IE 8 compatibility

0.5.2

------------------------------------

- Fixed issue with scribbler styles overlapping/overriding site styles. See 73

0.5.1

------------------------------------

- Bug fix release for broken packaging

0.5.0

------------------------------------

This release includes a major refactor of the JS code and adds support for writing
client-side plugins for customizing the editor.

Features
_________________

- Upgraded to CodeMirror 3.02
- Additional build/development utilities and documentation
- Started including a minified and optimized version of scribbler.js for production usage
- CSS is now built to include the base CodeMirror CSS and does not need to be added to the template separately

Bug Fixes
_________________

- Fixed a bug where you could not follow an internal link in the scribble content. See 66

Backwards Incompatible Changes
__________________________________

The static dependencies (RequireJS, CodeMirror and jQuery) were originally included in the repository
but have been removed. These are still included in the final distribution. However, if you installing
django-scribbler directly from git these will no longer be available. See the :doc:`contributing guide </contributing>`
for more information on building/installing an unstable version.

0.4.0

------------------------------------

The length of the slug field has been reduced to fix problems with the unique contraint
on MySQL. Upgrading requires running a migration::

manage.py migrate scribbler

Features
_________________

- Top level menu to reveal all editable sections on the page
- i18n support and initial French translation thanks to Nicolas Ippolito
- Created Transifex group for translations
- Added optional parameter to scribble tag to support shared scribbles thanks to David Ray
- Added the ability to discard a saved draft

Bug Fixes
_________________

- Fixed bug with newly included jQuery overriding an existing version. See 53
- Fixed bug with unique index on MySQL thanks to David Ray. See 61

Backwards Incompatible Changes
__________________________________

- The fix for 61 reduced the length of the slug field from 255 characters to 64

0.3.0

------------------------------------

Features
_________________

- Autocomplete for Django template tags and filters
- New scribble_field template tag to allow editing of fields in arbitrary models

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.