mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Updated settings docs.
This commit is contained in:
parent
4c3c459e82
commit
ee29bbe46e
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,14 @@ The dotted Python path to the cache backend class. See
|
|||
A boolean, if enabled triggers the use of the CodeMirror based editor.
|
||||
Set to ``False`` by default.
|
||||
|
||||
``DBTEMPLATES_USE_TINYMCE``
|
||||
---------------------------
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
A boolean, if enabled triggers the use of the TinyMCE based editor.
|
||||
Set to ``False`` by default.
|
||||
|
||||
``DBTEMPLATES_USE_REVERSION``
|
||||
-----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue