Changes between Version 35 and Version 36 of LittleEasyImprovements
- Timestamp:
- Dec 26, 2006, 10:03:07 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LittleEasyImprovements
v35 v36 10 10 11 11 ||Project||Description||Taker?||Status|| 12 ||Quick Copy to pastebin||Create a one click link for users to send the "copy friendly errors" to http://django.pastebin.com with the input fields filled in with the traceback, ready for the user to hit "submit" || Dirk Datzert, dummy at habmalnefrage dot de || [#2437]||12 ||Quick Copy to pastebin||Create a one click link for users to send the "copy friendly errors" to http://django.pastebin.com with the input fields filled in with the traceback, ready for the user to hit "submit" || Dirk Datzert, dummy at habmalnefrage dot de || #2437 || 13 13 ||Test one of the [wiki:ActiveBranches active branches]||Branches are large or experimental features that are not yet ready for general use. If you see one you like, testing is a great way to help get finished and included in Django.||||perennial|| 14 14 … … 19 19 ||Unit tests for default template tags||Every template tag (see {{{django/template/defaulttags.py}}}) should have unit tests in {{{tests/othertests/templates.py}}}. Some are missing.||Nick Efford, nick (at) efford.net||Mostly done in [1944] and completed by others since then|| 20 20 ||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 || 21 ||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||Scott Lees|| [#1491]||22 ||Tab-completion actions for django-admin||django-admin.py would be much cooler if it would tab complete actions and models.||paolo <paolo@php3.it>|| Done [#1240]||21 ||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||Scott Lees|| Done in [2585] (was #1491) || 22 ||Tab-completion actions for django-admin||django-admin.py would be much cooler if it would tab complete actions and models.||paolo <paolo@php3.it>|| Done #1240 ||