Changes between Version 24 and Version 25 of LittleEasyImprovements
- Timestamp:
- Jul 19, 2006, 9:48:57 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LittleEasyImprovements
v24 v25 10 10 11 11 ||Project||Description||Taker?||Status|| 12 ||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|| ||13 12 ||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||akaihola||In progress [#1422], pointers to more docs needed|| 14 13 ||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" || [http://www.wamber.net/ William McVey], wam at wamber dot net || just starting || … … 18 17 ||Project||Description||Taker?||Status|| 19 18 ||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 ||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 21 ||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||Scott Lees|| [#1491] ||