Changes between Version 3 and Version 4 of LittleEasyImprovements


Ignore:
Timestamp:
Jan 11, 2006, 11:33:46 AM (18 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v3 v4  
    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.|| || ||
    1212||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||Tab-completion actions for django-admin||django-admin.py would be much cooler if it would tab complete actions and models.|| || ||
    1314
    1415== Finished ==
Back to Top