question about TestCase._pre_setup database flush condition

2007-11-22 Thread Atsushi Suga
I have a question abut database flush condition. in django/test/testcases.py TestCase._pre_setup() forrow is _pre_setup() comment """ ... If the Test Case class has a 'fixtures' member, clearing the database and installing the named fixtures at the start of each test. ... """ Comment of this met

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 deta

Re: question about TestCase._pre_setup database flush condition

2007-11-23 Thread Atsushi Suga
Thanks for teaching me and your work. Yours Atsushi Suga --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegro

Proposal of adding default templates argument to admin view functions.

2007-11-23 Thread Atsushi Suga
override admin pages. I written index and change_list example and those patch If be approved this proposal, I want to create the patch for all of admin view functions. Please your comment. Atsushi Suga (a2c) fix example ### django/contrib/admin/views/main.py def index(request