IT-новости про Python, которые стоит знать

Собрали в одном месте самые важные ссылки
и сделали Тренажер IT-инцидентов для DevOps/SRE

     06.03.2026       Выпуск 638 (02.03.2026 - 08.03.2026)       Статьи

Making Django unique constraints case-insensitive (with no downtime)

Fix Django’s case-sensitive unique constraint pitfalls by cleaning duplicates, adding Lower() constraints, and safely migrating with PostgreSQL CONCURRENTLY to avoid downtime.

     05.03.2026       Выпуск 638 (02.03.2026 - 08.03.2026)       Релизы

django-cms - 4.1.10

Легкая в использовании и удобная для разработки CMS. Скачать можно по ссылке: https://pypi.python.org/pypi/django-cms/

     04.03.2026       Выпуск 638 (02.03.2026 - 08.03.2026)       Релизы

Django - 6.0.3

Мощный web-фреймворк. Скачать можно по ссылке: https://pypi.python.org/pypi/Django/

     04.03.2026       Выпуск 638 (02.03.2026 - 08.03.2026)       Релизы

Django - 5.2.12

Мощный web-фреймворк. Скачать можно по ссылке: https://pypi.python.org/pypi/Django/

     04.03.2026       Выпуск 638 (02.03.2026 - 08.03.2026)       Релизы

Django - 4.2.29

Мощный web-фреймворк. Скачать можно по ссылке: https://pypi.python.org/pypi/Django/

     27.02.2026       Выпуск 637 (23.02.2026 - 01.03.2026)       Статьи

The *1000 most popular* Django packages

Based on GitHub stars and PyPI download numbers.

     23.02.2026       Выпуск 637 (23.02.2026 - 01.03.2026)       Статьи

Что нужно знать о Django миграциях, чтобы не превратить в тыкву свой продакшен во время обновлений

Если вы разработчик и выбрали для своего проекта Django Framework, но не делали большие миграции на своем проекте, эти советы вам точно пригодятся.

     22.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Релизы

django-cms - 5.0.6

Легкая в использовании и удобная для разработки CMS. Скачать можно по ссылке: https://pypi.python.org/pypi/django-cms/

     20.02.2026       Выпуск 636 (16.02.2026 - 22.02.2026)       Интересные проекты, инструменты, библиотеки

dj-urls-panel

Visualize Django URL routing inside the Django Admin, including patterns, views, namespaces, and conflicts.

     11.02.2026       Выпуск 635 (09.02.2026 - 15.02.2026)       Статьи

Sorting Strategies for Optional Fields in Django

How to control NULL value placement when sorting Django QuerySets using F() expressions.

     06.02.2026       Выпуск 634 (02.02.2026 - 08.02.2026)       Статьи

Django (anti)patterns

A website and repo with 39 common antipatterns, listing them as well as suggested changes. Worth a look!

     06.02.2026       Выпуск 634 (02.02.2026 - 08.02.2026)       Статьи

Why using [n] on a Django QuerySet can be unsafe?

Indexing a QuerySet can return nondeterministic rows because slicing does not add ordering, unlike first, which orders by primary key.

     06.02.2026       Выпуск 634 (02.02.2026 - 08.02.2026)       Релизы

Python 3.14.3 and 3.13.12

Python 3.14.3 (and 3.13.12) was released with deferred annotations, free-threaded support, improved async tooling, and other features that impact Django development and deployment.