Django-scribbler

Latest version: v1.2.0

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

Scan your dependencies

Page 1 of 3

1.1.0

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

- Add support for Django 3.2 through 4.0 (Thanks Petr Dlouhý)

1.0.0

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

- Add support for Django 2.0 through 2.2 (Thanks Petr Dlouhý)
- Drop support for Django < 2
- Drop support for Python 2

0.9.0

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

- Add support for Django 1.11 and Python 3.6
- Drop support for Django 1.9 and Python 3.2-3.3.
- Resulting support: Django 1.8, 1.10, or 1.11, and Python 2.7 or >= 3.4
- Fix how styles are loaded in the example project.

0.8.0

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

- Add support for Django 1.10, Python 3.5
- Improvements to docs
- Fix: Disallow scribble previews if the user does not have permission.
- Updated example project (including removing Twitter Bootstrap from it)

0.7.0

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

The release removed the use of RequireJS for bundling the required assets
and instead uses Browserify to create single required JS file. Updating
from a previous version requires changing how the JS file is included.

.. code-block:: html

<script data-main="{% static 'scribbler/js/scribbler-min' %}" src="{% static 'scribbler/libs/require.js' %}"></script>

should be updated to

.. code-block:: html

<script src="{% static 'scribbler/js/scribbler-min.js' %}"></script>


Features
_________________

- Added support for Django 1.9
- Added support for full screen edits
- Updated to CodeMirror 5.10
- Updated to Backbone 1.2.3, Underscore 1.8.3, jQuery 2.2.0

Backwards Incompatible Changes
__________________________________

- The update to jQuery 2.2 drops support for IE < 9
- The refactor to use browserify has dropped support for front-end plugins
- Dropped support for Django<=1.7, Python2.6, and Python3.2 (101)
- South migrations have been removed since Django 1.6 support was removed

0.6.0

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

This release fixes some lingering issues with Django 1.8 support and integrates
Wheel support and features from the latest versions of Tox.

Features
_________________

- Added Wheel support (96)
- Updated Tox and Travis to work with Tox 2.0+ (90)
- Changed button color on editor
- Confirmed Python 3.4 support

Bug Fixes
_________________

- Fixed issues with Django 1.8 compatibility (84)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.