Imageboard:
- When user creates new post, its counter is computed by (section_biggest + 1).
- When user deletes a post, nothing happens to section counter:
Post [id:55, pid:1] created
Post [id:71, pid:2] created
Post [id:71, pid:2] deleted
Post [id:89, pid:3] created

- Has separate counters for each board because counters are part of imageboard 
culture. I cannot remove them. 

So we got no problem with deleting.
Thank you for answers, I'll write pid granting daemons for my project.

On Feb 10, 2011, at 2:53 PM, Tom Evans wrote:

> It's still a pain, anything like deleting a post etc leads to you
> having to update any number of posts re-ordering/numbering them. Its
> easier to treat the post index as a computed variable.

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to