Version 13 (modified by akaihola <antti.kaihola@…>, 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.

Open

ProjectDescriptionTaker?Status
Terminal colors in django-adminThe django-admin.py utility would be friendlier and slicker if it used terminal colors.
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.Nick Efford, nick (at) efford.net
Tab-completion actions for django-admindjango-admin.py would be much cooler if it would tab complete actions and models.paolo In progress #1240
Document modelsmagic-removal now displays the models docstrings in the admin documentation pages. Models in django should have a nice docstring suitable for endusersakaiholaIn progress #1422, pointers to more docs needed

Finished

ProjectDescriptionTaker?Status
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@…Done in [1811]
Copy-friendly traceback on error pagesThe 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
Note: See TracWiki for help on using the wiki.
Back to Top