New: pythontricksAll contenthive-129948hive-196917krsteemzzanhive-166405hive-183959hive-180932hive-185836photographyuncommonlabhive-183397hive-144064hive-150122hive-101145krsuccessbitcoinhive-145157hive-188619hive-184714hive-193637hive-103599hive-139150hive-180301hive-165987TrendingNewHotLikersnobsyde (25)in django • 6 years agoDjango no(o)b tips #1: try to use .update() instead of .save() in your viewsLet's consider this basic model of a product in a shopping list web application: from django.db import models as m