Changes between Version 5 and Version 6 of LittleEasyImprovements
- Timestamp:
- Jan 13, 2006, 8:51:09 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LittleEasyImprovements
v5 v6 9 9 ||Project||Description||Taker?||Status|| 10 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.|| 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.||Nick Efford, nick (at) efford.net|| || 12 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 13 ||Tab-completion actions for django-admin||django-admin.py would be much cooler if it would tab complete actions and models.||paolo|| ||