Opened 10 years ago
Last modified 10 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 )
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.
Change History (3)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Has patch: | set |
|---|
comment:3 by , 10 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/5719