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
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
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-
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
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
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
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