From 88e535657ad03658ab0a8e2f8168ad020d6a6443 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 30 Jul 2013 10:20:04 +0200 Subject: [PATCH] =?UTF-8?q?ne=20pas=20envoyer=20d'erreur=20quand=20une=20c?= =?UTF-8?q?reation=20de=20compte=20est=20refus=C3=A9=20pour=20un=20cherche?= =?UTF-8?q?ur=20ou=20un=20personnel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit monte la dépendance sur django-journal à la version 1.20.0 --- Makefile | 2 +- appli_project/appli_socle/backends.py | 2 +- requirements | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 269cc93..69ced7c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.15 +VERSION=0.16 package: git archive -o ../appli-logement-$(VERSION).tar --prefix=appli-logement-$(VERSION)/ HEAD diff --git a/appli_project/appli_socle/backends.py b/appli_project/appli_socle/backends.py index 0621a6e..b7ac47e 100644 --- a/appli_project/appli_socle/backends.py +++ b/appli_project/appli_socle/backends.py @@ -142,7 +142,7 @@ class ProfilRechercheAuthentification(ProfilMoteurAuthentification): and attributes.get(self.SUPANN_MAIL_PERSO)): return self.creation_du_compte(identifiant, cas_url, ldap_resultat) else: - django_journal.error_record('error', + django_journal.error_record('warning', u'création de compte impossible pour l\'identifiant CAS {cas_user}', cas_user=identifiant, ldap_data=ldap_resultat) diff --git a/requirements b/requirements index b181a84..02878c7 100644 --- a/requirements +++ b/requirements @@ -14,5 +14,5 @@ South==0.7.6 django-modeltranslation==0.6.1 git+http://github.com/cypreess/django-fiber-modeltranslation.git django-daterange-filter==0.1.1 -django-journal<2.0.0 +django-journal>=1.20.0,<2.0.0 http://repos.entrouvert.org/python-entrouvert.git/snapshot/python-entrouvert-1.3.tar.gz