tickets: 6076
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6076 | 2007-12-01 12:46:14 | 2007-12-04 10:07:13 | 2022-03-06 03:36:10.855676 | Unreviewed | closed | Documentation | dev | wontfix | deprecated code example in dodumentation | In the page http://www.djangoproject.com/documentation/i18n/ There is an example that use the deprecate/not working document.write function. {{{ document.write(gettext('this is to be translated')); }}} please replace with the current dom standard {{{ tnode = document.createTextNode(gettext('this is to be translated')); [code to insert the tnode using dom...] }}} | nobody | dan | 0 | 0 | 0 | 0 | 0 | 0 |