May 2018
Beginner to intermediate
526 pages
11h 57m
English
Now, change the title of the post to something different and save the object again:
>>> post.title = 'New title'>>> post.save()
This time, the save() method performs an UPDATE SQL statement.
Read now
Unlock full access