From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R64Os-0001bZ-GY for garchives@archives.gentoo.org; Tue, 20 Sep 2011 17:46:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D90821C094; Tue, 20 Sep 2011 17:46:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE77F21C094 for ; Tue, 20 Sep 2011 17:46:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 747991B4026 for ; Tue, 20 Sep 2011 17:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C1DB680042 for ; Tue, 20 Sep 2011 17:46:21 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <29c283adf1ecdfcf6fccc5999e7d07f788620280.idl0r@gentoo> Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: / X-VCS-Repository: proj/gentoo-ads-config X-VCS-Files: settings.py X-VCS-Directories: / X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 29c283adf1ecdfcf6fccc5999e7d07f788620280 Date: Tue, 20 Sep 2011 17:46:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d705918426bee9097361f7497dced4c7 commit: 29c283adf1ecdfcf6fccc5999e7d07f788620280 Author: Christian Ruppert gentoo org> AuthorDate: Tue Sep 20 17:46:08 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Sep 20 17:46:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-ads-co= nfig.git;a=3Dcommit;h=3D29c283ad Fix deprecationg warning --- settings.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 1c756fa..91d936d 100644 --- a/settings.py +++ b/settings.py @@ -103,7 +103,7 @@ ADMIN_MEDIA_PREFIX =3D '/media/' =20 # List of callables that know how to import templates from various sourc= es. TEMPLATE_LOADERS =3D ( - 'django.template.loaders.app_directories.load_template_source', + 'django.template.loaders.app_directories.Loader', ) =20 TEMPLATE_CONTEXT_PROCESSORS =3D () @@ -121,7 +121,7 @@ TEMPLATE_DIRS =3D () =20 ## we have but one ## app this day -## perhaps another=20 +## perhaps another ## tomorrow INSTALLED_APPS =3D ( 'ads',