Best of DjangoMarch 2026

  1. 1
    Article
    Avatar of hnHacker News·10w

    Give Django your time and money, not your tokens

    Using LLMs to generate code, write PR descriptions, and handle review feedback for Django contributions is harmful to the community. The core issue isn't whether you use an LLM, but whether you actually understand what you're contributing. When LLMs act as a facade, reviewers can't gauge a contributor's real understanding, which is demoralizing and undermines the communal nature of open source. The recommended approach is to use LLMs to develop comprehension and refine your own words, not as a vehicle that replaces your thinking. Django's 20-year longevity demands genuine understanding from contributors, and the personal growth from that process is more valuable than the contributor credit itself.

  2. 2
    Article
    Avatar of rpythonReal Python·11w

    Python Gains frozendict and Other Python News for March 2026 – Real Python

    Python news roundup for February/March 2026 covers PEP 814 acceptance bringing frozendict as a built-in immutable hashable dictionary type in Python 3.15, along with Python 3.15.0a6 features including comprehension unpacking (PEP 798), a new statistical profiler (PEP 799), and UTF-8 as default encoding (PEP 686). The subprocess module gets a 15-year-old polling fix using event-driven OS mechanisms, dropping context switches from 258 to 2. Django shipped three high-severity SQL injection patches across versions 4.2, 5.2, and 6.0. uv 0.10.0 landed with breaking changes including new python upgrade commands. On the AI SDK front, OpenAI added WebSocket transport to the Responses API and announced the Assistants API sunset, while Anthropic made structured outputs GA and added MCP helpers. vLLM 0.16.0 introduced a self-hosted Realtime API with 30.8% throughput improvement.

  3. 3
    Article
    Avatar of rubyflowRuby Flow·8w

    Rails vs Laravel vs Django vs NestJS: Why I Still Choose Ruby

    A personal comparison of four major backend frameworks — Rails, Laravel, Django, and NestJS — arguing that Ruby on Rails remains the best choice for solo developers and indie hackers who want to ship quickly. NestJS is criticized for excessive boilerplate, Django praised for AI/data use cases but faulted for clunky DX, Laravel respected but dismissed due to PHP syntax. Rails wins on ActiveRecord's elegance, Rails 8's batteries-included features (Hotwire, Solid Queue, Kamal), and Ruby's developer happiness philosophy.