Changes between Version 6 and Version 7 of LittleEasyImprovements
- Timestamp:
- Jan 18, 2006, 9:07:25 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LittleEasyImprovements
v6 v7 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 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 ||Tab-completion actions for django-admin||django-admin.py would be much cooler if it would tab complete actions and models.||paolo|| ||13 ||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 14 15 15 == Finished ==