diff --git a/docs/conf.py b/docs/conf.py index d5b9216..cb0fa23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,16 +38,16 @@ master_doc = 'index' # General information about the project. project = u'django-dbtemplates' -copyright = u'2009, Jannis Leidel' +copyright = u'2010, Jannis Leidel' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.6.2' +version = '0.7.0' # The full version, including alpha/beta/rc tags. -release = '0.6.2' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/overview.txt b/docs/overview.txt index 679d209..a4e02b1 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -146,6 +146,14 @@ Settings A boolean, if enabled triggers the use of ``django-reversion``. +* ``DBTEMPLATES_MEDIA_PREFIX`` + + The URL prefix for ``dbtemplates``' media -- CSS and JavaScript used by + the CodeMirror based editor. Make sure to use a trailing + slash, and to have this be different from the ``MEDIA_URL`` setting + (since the same URL cannot be mapped onto two different sets of + files). + Caching =======