Changes between Version 18 and Version 19 of LittleEasyImprovements


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

started off to just make my name not a wiki word, but ended up linking to my homepage

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v18 v19  
    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" || William McVey, wam at wamber dot net || just starting ||
     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" || [http://www.wamber.net/ William McVey], wam at wamber dot net || just starting ||
    1313
    1414== Finished ==
Back to Top