Op donderdag 15 maart 2012 11:52:42 UTC+1 schreef Aymeric Augustin het
volgende:
>
> Le 15 mars 2012 10:27, koenb a écrit :
>
>> this could very well be one of those "don't do that" things, but here is
>> my problem.
>>
>> I have been using some specific permissions concerning the auth user model
Le 15 mars 2012 10:27, koenb a écrit :
> this could very well be one of those "don't do that" things, but here is
> my problem.
>
> I have been using some specific permissions concerning the auth user model
(... snip ...)
Now I was testing my project with the 1.4 RC, and it turns out those
> pe
Hi all,
this could very well be one of those "don't do that" things, but here is my
problem.
I have been using some specific permissions concerning the auth user model,
so I created a proxy model on user like this:
class User(auth_models.User):
class Meta:
proxy = True
perm