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