Kenneth Gonsalves escribió:
> 
> On 21-Apr-08, at 8:15 PM, Michael wrote:
> 
>> What about using the count() method on a filtered subset to get your
>> id?
>>
>> Eg:
>>   p = People(type="S")
>>   p.id = People.objects.filter(type=p.type).count() + 1
> 
> I dont know what the context of this is, but this would only give the  
> id if you have never deleted a People object
> 

And is not multiuser...

Juanjo
-- 
mi blog: http://www.juanjoconti.com.ar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to