Re: Proposal of adding default templates argument to admin view functions.

2007-11-23 Thread Atsushi Suga
Hi Chris > First, if you are going to post code, you should be creating a ticket > in our bug management system [1] rather than just putting them in an > email here. O.K > Second, you can already override admin templates, as explained in the > second step of the templates [2] and the exact

Re: Proposal of adding default templates argument to admin view functions.

2007-11-23 Thread SmileyChris
Hi Atsushi, First, if you are going to post code, you should be creating a ticket in our bug management system [1] rather than just putting them in an email here. Second, you can already override admin templates, as explained in the second step of the templates [2] and the exact details are

Proposal of adding default templates argument to admin view functions.

2007-11-23 Thread Atsushi Suga
Today if we try to override admin page (e.g index and change_list), we have to cut and paste admin template or view functions from original django admin code. But if admin view functions has templates argument, we only have to call orignal admin function and set our own admin template to