Opened 18 years ago

Closed 18 years ago

#916 closed defect (invalid)

New admin change_list should be looked up in the app templates To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in app templates

Reported by: django@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The change_list template should be customisable like the change_form template on a per-app basis.

Change History (1)

comment:1 by anonymous, 18 years ago

Resolution: invalid
Status: newclosed
Summary: New admin change_list should be looked up in the app templates To check out a fresh copy of the new-admin branch: {{{ svn co http://code.djangoproject.com/svn/django/branches/new-admin/ django-new-admin }}} To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in app templatesNew admin change_list should be looked up in the app templates To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in app templates

Closing ticket - botched summary. I'll try that again.

Note: See TracTickets for help on using tickets.
Back to Top