We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f45170 commit 0584cccCopy full SHA for 0584ccc
2 files changed
ietf/__init__.py
@@ -1,9 +1,9 @@
1
# Copyright The IETF Trust 2007, All Rights Reserved
2
3
-__version__ = "5.12.2"
+__version__ = "5.12.3.dev0"
4
5
__date__ = "$Date$"
6
7
-__rev__ = "$Rev$"
+__rev__ = "$Rev$ (dev) Latest release: Rev. 9206 "
8
9
__id__ = "$Id$"
ietf/settings.py
@@ -21,7 +21,7 @@
21
22
import datetime
23
24
-DEBUG = False
+DEBUG = True
25
TEMPLATE_DEBUG = DEBUG
26
27
# Domain name of the IETF
@@ -256,7 +256,7 @@ def skip_unreadable_post(record):
256
# Valid values:
257
# 'production', 'test', 'development'
258
# Override this in settings_local.py if it's not true
259
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
260
261
# The name of the method to use to invoke the test suite
262
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
0 commit comments