mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Added news for last commits.
This commit is contained in:
parent
2237fcd00f
commit
ba3fef8a02
1 changed files with 13 additions and 0 deletions
|
|
@ -288,6 +288,19 @@ Admin actions
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.7.1 (07-07-10)
|
||||
----------------
|
||||
|
||||
* 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.
|
||||
|
||||
0.7.0 (06-24-10)
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue