Django-dbtemplates-iplweb

Latest version: v4.1

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

Scan your dependencies

Page 3 of 7

1.0

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

.. warning::
This is the first stable release of django-dbtemplates which comes with a
series of backwards incompatible changes.

* Removed own caching mechanism in favor of Django based caching mechanism.
The ``DBTEMPLATES_CACHE_BACKEND`` is expected to be a valid cache backend
URI, just like Django's own ``CACHE_BACKEND`` setting. In Django >= 1.3
an ``'dbtemplates'`` entry in the ``CACHES`` setting is also considered
valid.

* Added tox configuration to test ``dbtemplates`` on Python 2.5, 2.6 and 2.7
with Django 1.1.X, 1.2.X and 1.3.X.

* Added Transifex configuration.

* Use ``STATIC_URL`` setting instead of ``MEDIA_URL`` for the media prefix.
Also moved files from media/* to static/* to follow convention introduced
in Django 1.3.

* Use ReadTheDocs for documentation hosting.

0.8.0

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

* Added Finnish translation (by jholster)

* Added --overwrite and --app-first options to sync_templates command (by Alex Kamedov).

0.7.4

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

* Fixed tests.

0.7.3

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

* Added ``DBTEMPLATES_AUTO_POPULATE_CONTENT`` setting to be able to disable
to auto-populating of template content.

* Fixed cosmetic issue in admin with collapsable fields.

0.7.2

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

* Moved to Github again. Sigh.

0.7.1

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

* Fixed problem with the CodeMirror textarea, which wasn't completely
disabled before.

* Fixed problem with the ``DBTEMPLATES_MEDIA_PREFIX`` setting, which defaults
now to ``os.path.join(settings.MEDIA_ROOT, 'dbtemplates')`` now.

In other words, if you don't specify a ``DBTEMPLATES_MEDIA_PREFIX`` setting
and have the CodeMirror textarea enabled, dbtemplates will look in a
subdirectory of your site's ``MEDIA_ROOT`` for the CodeMirror media files.

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.