Changes between Version 1 and Version 2 of LittleEasyImprovements
- Timestamp:
- Dec 23, 2005, 11:14:37 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LittleEasyImprovements
v1 v2 7 7 ||Project||Description||Taker?|| 8 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.|| 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 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.|| ||