15 | | ||#834||authentication documentation should document the viewfuncs in django.views.auth.login|| || || |
16 | | ||#2873|| Replace "ellington" references in django.conf.urls.registration with django ones||Don Spaulding, donspauldingii at gmail ||Uploaded diff, waiting for checkin || |
17 | | |
18 | | |
19 | | == Finished == |
20 | | |
21 | | ||Project||Description||Taker?||Status|| |
22 | | ||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.||Luke Plant, L.Plant.98@cantab.net||Done in [1811]|| |
23 | | ||Unit tests for default template tags||Every template tag (see {{{django/template/defaulttags.py}}}) should have unit tests in {{{tests/othertests/templates.py}}}. Some are missing.||Nick Efford, nick (at) efford.net||Mostly done in [1944] and completed by others since then|| |
24 | | ||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 || |
25 | | ||Terminal colors in django-admin||The django-admin.py utility would be friendlier and slicker if it used terminal colors.||Scott Lees|| Done in [2585] (was #1491) || |
26 | | ||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 #1240 || |
27 | | ||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" || Dirk Datzert, dummy at habmalnefrage dot de || #2437 || |
28 | | ||#3346||Document that Admin search_fields can be from related models||Robert Myers and Gary Wilson||In trunk as of [4392]|| |
29 | | ||#2762||Implement "copyright" element into Rss2.0 framework (and appropriate elements in Atom etc)|| Jonathan (dot) Buchanan (at gmail dot com) || In trunk as of [4478] || |
| 15 | ||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" || Dirk Datzert, dummy at habmalnefrage dot de || patch attached to #2437 || |
| 16 | ||Tab-completion actions for django-admin (#1240)||django-admin.py would be much cooler if it would tab complete actions and models.||paolo <paolo@php3.it>|| Done in [4646], but reopened for a small fix.|| |