In this presentation save() is described as not thread-safe and update() is recommended to be used instead of save():
http://www.slideshare.net/zeeg/db-tips-tricks-django-meetup (page 2, 3, 4) Is it true that save() is not thread-safe? How is it not? Should I avoid using save() and use update() instead? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.