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

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/




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