Changes between Version 17 and Version 18 of LittleEasyImprovements


Ignore:
Timestamp:
May 27, 2006, 10:10:40 PM (19 years ago)
Author:
wam+djangoproject@…
Comment:

took ownership of one click to pastebin.

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v17 v18  
    1010||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|| ||
    1111||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||
    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" ||  || ||
     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" || William McVey, wam at wamber dot net || just starting ||
    1313
    1414== Finished ==
     
    1818||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 ||
    1919||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||Scott Lees|| [#1491] ||
    20 ||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 (though still without models completion) [#1240] ||
     20||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 (though still without models completion) [#1240] ||j
Back to Top