<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 20:13:46 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/pythontricks/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Django no(o)b tips #1: try to use .update() instead of .save() in your views]]></title><description><![CDATA[Let's consider this basic model of a product in a shopping list web application: from django.db import models as m class Product(m.Model): name = m.CharField(max_length=100) market = m.ForeignKey(Market,]]></description><link>http://direct.ecency.com/django/@nobsyde/django-tips-1-try-to-use-update-instead-of-save-in-your-views</link><guid isPermaLink="true">http://direct.ecency.com/django/@nobsyde/django-tips-1-try-to-use-update-instead-of-save-in-your-views</guid><category><![CDATA[django]]></category><dc:creator><![CDATA[nobsyde]]></dc:creator><pubDate>Sat, 06 Jul 2019 20:56:15 GMT</pubDate></item></channel></rss>