From fdf1c65de4e1965adf6a3ba7d7b7ef92d3295807 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 10 Oct 2016 17:10:45 +0200 Subject: [PATCH] =?UTF-8?q?date=20au=20format=20fran=C3=A7ais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bda/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bda/models.py b/bda/models.py index 3642ee83..6f0dd74d 100644 --- a/bda/models.py +++ b/bda/models.py @@ -253,7 +253,7 @@ class SpectacleRevente(models.Model): def expiration_time_str(self): return self.expiration_time \ .astimezone(timezone.get_current_timezone()) \ - .strftime('%D à %H:%M') + .strftime('%d/%m/%y à %H:%M') @property def shotgun(self):