1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #25812 -- Restored the ability to use custom formats with the date template filter.

This commit is contained in:
Gagaro
2015-11-25 12:17:59 +01:00
committed by Tim Graham
parent ab33269b00
commit 34d88944f4
7 changed files with 19 additions and 6 deletions

View File

View File

@@ -0,0 +1,2 @@
# A user-defined format
CUSTOM_DAY_FORMAT = 'd/m/Y CUSTOM'