Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1 KB

0.7.11.rst

File metadata and controls

49 lines (30 loc) · 1 KB

Djblets 0.7.11 Release Notes

Release date: February 21, 2013

General

djblets.extensions

  • config/ and db/ links for extensions are now generated properly when specifying a custom SITE_ROOT. (🐛`2843`)

    Patch by Raja Venkataraman.

djblets.log

  • Added an Admin UI setting for changing log levels. This is the logging_level setting in siteconfig, which controls :py:data:`settings.LOGGING_LEVEL`.

    Patch by Raja Venkataraman.

djblets.siteconfig

  • Added new list-siteconfig, get-siteconfig, and set-siteconfig management commands for manipulating siteconfig configuration from the shell.

Contributors

  • Christian Hammond
  • David Trowbridge
  • Raja Venkataraman