Re: Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-21 Thread Karen Tracey
On Mon, Mar 22, 2010 at 12:00 AM, Marcob wrote: > Please, does anybody know which patch I need to apply to 1.1.1 to fix > this strange problem? > Obviously (and unfortunately) I can't install 1.1.2 Alpha. > (A question like this more properly belongs on django-users.) While I can recreate your

Does Python 2.6.5 broke Django 1.1.1 Client Test?

2010-03-21 Thread Marcob
It's about 4 hours I'm trying to find the real culprit... To narrow the problem I create the simplest admin test: from django.test import TestCase class AdminViewBasicTest(TestCase): def testAdmin(self): from django.contrib.auth.models import User user = User

Re: Ticket 13023: Admin inlines, max_num, and extra

2010-03-21 Thread Gabriel Hurley
I've added an all-new patch to #13023 that encompasses everything discussed in this thread. It makes max_num default to None instead of 0. This makes the meaning of max_num clearer as per Russ above, and makes the behavior of the dynamic "Add Another" admin inline link fall into line with the no-

Summer of Code 2010: students wanted!

2010-03-21 Thread Jannis Leidel
Hello everyone, As you may already know, Django was accepted as one of the participating projects of this year's Google Summer of Code. I'll be running the program as administrator again this year, so feel free to get in touch with me if you have questions or problems. For those who aren't aware

Re: Several ideas for GSoC 2010

2010-03-21 Thread parser
Thanks, Russ! I didn't know there are so many external projects which solve all the possible problems. My motivation about the first two proposals is functional of course. I just want to have this stuff in my projects. But the inner vision is cool. It would be great to have pluggable contrib.auth

Re: Several ideas for GSoC 2010

2010-03-21 Thread Russell Keith-Magee
On Sun, Mar 21, 2010 at 9:05 PM, parser wrote: > Hello everybody! My name is Pavel, I'm now receiving Ph.D. at > Lomonosov Moscow State University and would really like to improve > Django as a GSoC participant. > > I've been using Django for quite a bit (about a year) and I really > loved it! I'v

Several ideas for GSoC 2010

2010-03-21 Thread parser
Hello everybody! My name is Pavel, I'm now receiving Ph.D. at Lomonosov Moscow State University and would really like to improve Django as a GSoC participant. I've been using Django for quite a bit (about a year) and I really loved it! I've looked through the list of ideas, but want to make my own