Sadly, in django.utils.formats.get_format Django checks the hard coded
list of possible FORMAT_SETTINGS and returns the placeholder string if
it doesn't know the format.
Do I missing something or is it just not possible currently to extend
the default formats?
best
-- erik
Erik Stein
unread,
Mar 18, 2016, 2:26:46 PM3/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Nevermind, I reused the locale-directory for the format-definitions and
didn't realize, that the path has to be a python module (or: didn't
realize, that the locale directory isn't a module by default).