Changes between Initial Version and Version 1 of LittleEasyImprovements


Ignore:
Timestamp:
Dec 15, 2005, 11:47:50 PM (18 years ago)
Author:
Adrian Holovaty
Comment:

Created page

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v1 v1  
     1= Little, easy improvements =
     2
     3Here's a list of various improvements that we'd like to make to Django. Some are trivial, some are a bit more substantial, but all are easy enough to be a quick project for people who want to get involved with Django development.
     4
     5To sign up, just edit this page and put your name (and, optionally, your e-mail address) next to the to-do item.
     6
     7||Project||Description||Taker?||
     8||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||EspenG||
     9||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.|| ||
     10||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.|| ||
Back to Top