| 7 | | ||Project||Description||Taker?|| |
| 8 | | ||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||EspenG|| |
| 9 | | ||Unit tests for default template filters||Every template filter (see {{{django/core/template/defaultfilters.py}}}) should have unit tests in {{{tests/othertests/templates.py}}}. Most do not have tests.||Luke Plant, L.Plant.98@cantab.net|| |
| 10 | | ||Unit tests for default template tags||Every template tag (see {{{django/core/template/defaulttags.py}}}) should have unit tests in {{{tests/othertests/templates.py}}}. Some are missing.|| || |
| | 7 | == Open == |
| | 8 | |
| | 9 | ||Project||Description||Taker?||Status|| |
| | 10 | ||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||EspenG|| || |
| | 11 | ||Unit tests for default template tags||Every template tag (see {{{django/core/template/defaulttags.py}}}) should have unit tests in {{{tests/othertests/templates.py}}}. Some are missing.|| || || |
| | 12 | ||Copy-friendly traceback on error pages||The debug error pages should provide an extra traceback solely for copying and pasting. The current traceback is really cool but doesn't lend itself to easy copy-and-paste for, say, the pastebin.|| || || |
| | 13 | |
| | 14 | == Finished == |
| | 15 | |
| | 16 | ||Project||Description||Taker?||Status|| |
| | 17 | ||Unit tests for default template filters||Every template filter (see {{{django/core/template/defaultfilters.py}}}) should have unit tests in {{{tests/othertests/templates.py}}}. Most do not have tests.||Luke Plant, L.Plant.98@cantab.net||Done in [1811]|| |