Changes between Version 9 and Version 10 of LittleEasyImprovements
- Timestamp:
- Feb 28, 2006, 8:50:02 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LittleEasyImprovements
v9 v10 10 10 ||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.|| || || 11 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 ||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 12 ||Tab-completion actions for django-admin||django-admin.py would be much cooler if it would tab complete actions and models.||paolo|| In progress [#1240] || 14 13 ||Document models||magic-removal now displays the models docstrings in the admin documentation pages. Models in django should have a nice docstring suitable for endusers|||||| … … 18 17 ||Project||Description||Taker?||Status|| 19 18 ||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]|| 19 ||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.||Joao Paulo Farias, jpaulofarias at gmail dot com || Done, see #1420 ||