<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Django on DevFlow</title>
    <link>https://dev-flow.io/es/categories/django/</link>
    <description>Recent content in Django on DevFlow</description>
    <generator>Hugo</generator>
    <language>es</language>
    <lastBuildDate>Mon, 04 May 2026 14:00:00 +0000</lastBuildDate>
    <atom:link href="https://dev-flow.io/es/categories/django/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Django Window Function vs GROUP BY: QuerySets encadenables</title>
      <link>https://dev-flow.io/es/posts/django-window-group-by/</link>
      <pubDate>Mon, 04 May 2026 14:00:00 +0000</pubDate>
      <guid>https://dev-flow.io/es/posts/django-window-group-by/</guid>
      <description>Domina Django Window Function vs GROUP BY: conserva tus filas intactas, encadena filter() y select_related() sin perder datos.</description>
    </item>
    <item>
      <title>Django in_bulk(): por qué es mejor que filter() en masa</title>
      <link>https://dev-flow.io/es/posts/django-in-bulk/</link>
      <pubDate>Mon, 04 May 2026 12:00:00 +0000</pubDate>
      <guid>https://dev-flow.io/es/posts/django-in-bulk/</guid>
      <description>in_bulk() es un método del ORM Django que retorna un dict {id: instancia} en una sola consulta SQL. Acceso O(1), cero N&#43;1, ideal para imports y patrones DDD.</description>
    </item>
  </channel>
</rss>
