Skip to content

Commit

Permalink
Fixed #18684 -- Added Finnish DATETIME_FORMAT
Browse files Browse the repository at this point in the history
Thanks Guttorm Flatabø for the report and the initial patch.
  • Loading branch information
claudep committed Aug 3, 2012
1 parent 2a16eb0 commit 8fbfd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/locale/fi/formats.py
Expand Up @@ -7,7 +7,7 @@
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j. E Y'
TIME_FORMAT = 'G.i.s'
# DATETIME_FORMAT =
DATETIME_FORMAT = r'j. E Y \k\e\l\l\o G.i.s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j.n.Y'
Expand Down

0 comments on commit 8fbfd21

Please sign in to comment.