Opened 8 years ago

Last modified 8 years ago

#25812 closed Bug

Cannot use custom formats after security fix in 1.8.7 (regression) — at Version 3

Reported by: Gagaro Owned by: Gagaro
Component: Internationalization Version: 1.8
Severity: Release blocker Keywords: formats
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Gagaro)

Before the security fix in 1.8.7, we could have custom formats in formats.py files and used them. For example, if I have the following formats.py:

CUSTOM_DAY_FORMAT = 'd/m/Y CUSTOM'

I could used it:

>>> get_format('CUSTOM_DAY_FORMAT')
'd/m/Y CUSTOM'

But now it returns 'CUSTOM_DAY_FORMAT' instead.

https://github.com/django/django/pull/5719

Change History (3)

comment:1 by Gagaro, 8 years ago

Owner: changed from nobody to Gagaro
Status: newassigned

comment:3 by Gagaro, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top