#20433 closed Uncategorized (fixed)
Extract catalog compilation code from javascript_catalog view
Reported by: | Sébastien Fievet | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | i18n jsi18n sprint2013 |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The purpose of this ticket is to extract the JavaScript catalog generation part from the django.views.i18n.javascript_catalog
view.
The motivations behind are two fold:
- improve testability
- allow code to be reusable by third party apps (like django-statici18n)
A patch available on GitHub will be provided soon.
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 11 years ago
Keywords: | sprint2013 added |
---|
Note:
See TracTickets
for help on using tickets.
GitHub patch: https://github.com/django/django/pull/1090