home.social

#djangonews — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #djangonews, aggregated by home.social.

  1. [Sponsor] You know @login_required. Now meet @app.reasoner(). AgentField turns Python functions into production AI agents, structured output, async execution, agent discovery. #djangonews

    agentfield.ai/github/?utm_sour

  2. [Events] Django on the Med is back!

    Django on the Med returns this September with three free days of focused Django sprints in beautiful Pescara, with registration now open. #djangonews

    buttondown.com/django-on-the-m

  3. [Projects] wemake-services/django-modern-rest

    Modern REST framework for Django with types and async support! #djangonews

    github.com/wemake-services/dja

  4. [Wagtail CMS News] Save the 🌎 : Delete your Stuff!

    For Earth Day, Wagtail makes the case that deleting old emails, files, and forgotten drafts is a simple way to cut digital clutter and lighten your carbon footprint. #djangonews

    wagtail.org/blog/delete-your-s

  5. [Django Software Foundation] DSF member of the month - Rob Hudson

    Rob Hudson, creator of Django Debug Toolbar, reflects on his open source journey, Django’s community spirit, and bringing Content Security Policy support into Django core. #djangonews

    djangoproject.com/weblog/2026/

  6. [Projects] wemake-services/django-modern-rest

    Modern REST framework for Django with types and async support! #djangonews

    github.com/wemake-services/dja

  7. [Events] PyBeach 2026

    PyBeach returns on October 24, 2026 in Santa Monica, with tickets on sale now and its call for speakers open through June 7. #djangonews

    2026.pybeach.org/

  8. [Articles] PDM Rocks!| stuartm.nz

    PDM is winning over Django developers with an easy switch from uv, smarter dependency controls, and a polished project workflow. #djangonews

    stuartm.nz/2026/04/pdm-rocks/

  9. [Sponsor]

    You know @login_required. Now meet @app.reasoner(). AgentField turns Python functions into production AI agents, structured output, async execution, agent discovery. #djangonews

    agentfield.ai/github/?utm_sour

  10. [News] Adopt Annual Release Cycle (DEP 20)

    DEP 20 proposes moving Django to an Annual Release Cycle. #djangonews

    github.com/django/deps/pull/109

  11. [News] uv is now supported natively - Read the Docs

    Read the Docs now natively supports uv, bringing faster and simpler Python dependency installs to your docs builds. #djangonews

    about.readthedocs.com/blog/202

  12. [Articles] DjangoCon Europe 2026 — A Brief Report

    A DjangoCon Europe talk explores using transpiled Django templates in the browser to power dynamic forms without constant server requests. #djangonews

    django-cms.org/en/blog/2026/04

  13. [Events] Django on the Med is back!

    Django on the Med returns this September with three free days of focused Django sprints in beautiful Pescara, with registration now open. #djangonews

    buttondown.com/django-on-the-m

  14. [PSF] Announcing Python Software Foundation Fellow Members for Q1 2026! 🎉

    The Python Software Foundation has announced its first 2026 class of Fellows, recognizing community leaders and contributors from around the world. #djangonews

    pyfound.blogspot.com/2026/04/a

  15. [Articles] How to Safely Update Your Dependencies

    A practical guide to safer dependency updates, covering hashes, GitHub Action pinning, cooldown windows, and automated upgrades to reduce supply chain risk. #djangonews

    blog.pecar.me/how-to-safely-up

  16. Django: fixing a memory “leak” from Python 3.14’s incremental garbage collection

    Adam Johnson explains how a Django migration memory “leak” on Python led to a clever workaround and helped expose issues with its new garbage collector. #djangonews

    adamj.eu/tech/2026/04/20/djang

  17. - adamj.eu/tech/2025/04/07/djang

    The new How to customize the shell command (docs.djangoproject.com/en/5.2/) documentation page covers adding extra automatic imports by defining a custom shell command override.

    Here’s an example that goes beyond the docs:

    Thanks @adamchainz 🙏🏻

    #python #webdev #django #Django5.2 #djangonews