Changes between Version 15 and Version 16 of LittleEasyImprovements


Ignore:
Timestamp:
Mar 30, 2006, 4:18:01 PM (19 years ago)
Author:
Jacob
Comment:

marked term colors as done

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v15 v16  
    88
    99||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.||Scott Lees|| [#1491] ||
    1110||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|| ||
    1211||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] ||
     
    1918||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]||
    2019||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 ||
     20||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||Scott Lees|| [#1491] ||
Back to Top