I haven't seen any thing on this topic in Django's online documents.
I am trying to save a list of objects to database, but what I can do is loop through the list and call save() on every object.
So does Django hit database several times? Or Django will do one batch save instead?