Version 2 (modified by L.Plant.98@…, 18 years ago) ( diff )

--

Little, easy improvements

Here'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.

To sign up, just edit this page and put your name (and, optionally, your e-mail address) next to the to-do item.

ProjectDescriptionTaker?
Terminal colors in django-adminThe django-admin.py utility would be friendlier and slicker if it used terminal colors.EspenG
Unit tests for default template filtersEvery 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@…
Unit tests for default template tagsEvery template tag (see django/core/template/defaulttags.py) should have unit tests in tests/othertests/templates.py. Some are missing.
Note: See TracWiki for help on using the wiki.
Back to Top