forked from DGNum/gestioCOF
Merge branch 'Kerl/nice_dates' into 'master'
Ajoute le jour en toutes lettres dans les dates Fixes #95 See merge request !120
This commit is contained in:
commit
34f06c4a29
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ Formats français.
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
DATETIME_FORMAT = r'j F Y \à H:i'
|
||||
DATETIME_FORMAT = r'l j F Y \à H:i'
|
||||
|
|
Loading…
Reference in a new issue