[Python-modules-commits] r25382 - in packages/python-django-voting/trunk/debian (2 files)

ockham-guest at users.alioth.debian.org ockham-guest at users.alioth.debian.org
Sun Aug 4 16:46:38 UTC 2013


    Date: Sunday, August 4, 2013 @ 16:46:36
  Author: ockham-guest
Revision: 25382

debian/patches/test_settings: Add a SECRET_KEY setting.
(Closes: #711371, LP: #1193942)

Modified:
  packages/python-django-voting/trunk/debian/changelog
  packages/python-django-voting/trunk/debian/patches/test_settings

Modified: packages/python-django-voting/trunk/debian/changelog
===================================================================
--- packages/python-django-voting/trunk/debian/changelog	2013-08-04 16:45:05 UTC (rev 25381)
+++ packages/python-django-voting/trunk/debian/changelog	2013-08-04 16:46:36 UTC (rev 25382)
@@ -4,6 +4,8 @@
   * New upstream release
   * debian/control: Bump Standards-Version to 3.9.4 (no changes needed).
   * debian/patches/django14: Whitespace fix.
+  * debian/patches/test_settings: Add a SECRET_KEY setting.
+    (Closes: #711371, LP: #1193942)
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Modified: packages/python-django-voting/trunk/debian/patches/test_settings
===================================================================
--- packages/python-django-voting/trunk/debian/patches/test_settings	2013-08-04 16:45:05 UTC (rev 25381)
+++ packages/python-django-voting/trunk/debian/patches/test_settings	2013-08-04 16:46:36 UTC (rev 25382)
@@ -4,7 +4,7 @@
 
 --- a/voting/tests/settings.py
 +++ b/voting/tests/settings.py
-@@ -22,6 +22,12 @@
+@@ -22,6 +22,13 @@
  INSTALLED_APPS = (
      'django.contrib.auth',
      'django.contrib.contenttypes',
@@ -17,3 +17,4 @@
 +
 +ROOT_URLCONF = 'settings'
 +SITE_ID = 1
++SECRET_KEY = 'test'




More information about the Python-modules-commits mailing list