Release date: February 21, 2013
Require Django 1.4.5 as a minimum.
This is the latest security release of Django. For more information, see https://www.djangoproject.com/weblog/2013/feb/19/security/
config/
anddb/
links for extensions are now generated properly when specifying a customSITE_ROOT
. (🐛`2843`)Patch by Raja Venkataraman.
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.
- Added new
list-siteconfig
,get-siteconfig
, andset-siteconfig
management commands for manipulating siteconfig configuration from the shell.
- Christian Hammond
- David Trowbridge
- Raja Venkataraman