#djangonews — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #djangonews, aggregated by home.social.
-
📰 Issue 337: Django Developers Survey 2026
https://django-news.com/archive/issue-337-django-developers-survey-2026/
-
[Sponsor] You know @login_required. Now meet @app.reasoner(). AgentField turns Python functions into production AI agents, structured output, async execution, agent discovery. #djangonews
-
[Articles] Dealing with Dead Links (404s): 2026 Edition | Will Vincent
-
📰 Issue 336: Google Summer of Code 2026 Contributors Announced
https://django-news.com/archive/issue-336-google-summer-of-code-2026-contributors/
-
📰 Issue 335: Redesigning DjangoProject.com
https://django-news.com/archive/issue-335-redesigning-djangoprojectcom/
-
📰 Redesigning DjangoProject.com
https://django-news.com/archive/redesigning-djangoprojectcom/
-
[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
https://buttondown.com/django-on-the-med/archive/django-on-the-med-is-back/
-
[Projects] wemake-services/django-modern-rest
Modern REST framework for Django with types and async support! #djangonews
-
[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
-
[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
https://www.djangoproject.com/weblog/2026/apr/19/dsf-member-of-the-month-rob-hudson/
-
[Projects] wemake-services/django-modern-rest
Modern REST framework for Django with types and async support! #djangonews
-
[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
-
-
-
[Articles] PDM Rocks!| https://stuartm.nz
PDM is winning over Django developers with an easy switch from uv, smarter dependency controls, and a polished project workflow. #djangonews
-
[Sponsor]
You know @login_required. Now meet @app.reasoner(). AgentField turns Python functions into production AI agents, structured output, async execution, agent discovery. #djangonews
-
[Projects] adhtruong/mirrors-typos
Mirror of typos for pre-commit. #djangonews
-
[News] Adopt Annual Release Cycle (DEP 20)
DEP 20 proposes moving Django to an Annual Release Cycle. #djangonews
-
[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
https://about.readthedocs.com/blog/2026/04/uv-native-support/
-
[Articles] Representing 'Jobs to be Done' in a project - Software Crafts
-
[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
https://www.django-cms.org/en/blog/2026/04/20/djangocon-europe-2026-a-brief-report/
-
[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
https://buttondown.com/django-on-the-med/archive/django-on-the-med-is-back/
-
[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
https://pyfound.blogspot.com/2026/04/announcing-python-software-foundation.html
-
[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
https://blog.pecar.me/how-to-safely-update-your-dependencies/
-
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
https://adamj.eu/tech/2026/04/20/django-python-3.14-incremental-gc/
-
[Articles] Python: introducing profiling-explorer - Adam Johnson
https://adamj.eu/tech/2026/04/03/python-introducing-profiling-explorer/
-
🚀 We shipped Issue #334 of @djangonews on @buttondown this week for the first time.
📊 If you subscribe, did you receive it?
https://django-news.com/archive/issue-334-new-look-new-home-same-everything-else/
-
📰 Issue 334: New look, new home, same everything else
https://django-news.com/archive/issue-334-new-look-new-home-same-everything-else/
-
📰 DjangoCon Europe Next Week!
-
- https://adamj.eu/tech/2025/04/07/django-whats-new-5.2/#automatic-model-imports-in-the-shell
The new How to customize the shell command (https://docs.djangoproject.com/en/5.2/howto/custom-shell) 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 🙏🏻