Changes between Version 9 and Version 10 of LittleEasyImprovements


Ignore:
Timestamp:
Feb 28, 2006, 8:50:02 AM (19 years ago)
Author:
jpaulofarias at gmail dot com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v9 v10  
    1010||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.|| || ||
    1111||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.|| || ||
    1312||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] ||
    1413||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||||||
     
    1817||Project||Description||Taker?||Status||
    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]||
     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 ||
Back to Top