From 030c3972387627e0cac4a164203df8f2baf684b4 Mon Sep 17 00:00:00 2001 From: Alexander Shorin Date: Tue, 15 Jul 2025 20:05:11 +0300 Subject: [PATCH] Add Django optimization drama (#29) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f14f129..5abecbf 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ daeuniverse/dae [django/django/pull/2692](https://github.com/django/django/pull/2692) * Django replaced occurrences of master/slave terminology with leader/follower. +[django/django/pull/19631](https://github.com/django/django/pull/19631) +* Microoptimizations are the threat and CoC stands against them. + [docker/docker/pull/31075](https://github.com/docker/docker/pull/31075) * Docker switched to a YY.MM versioning scheme, sparking debate over semantic versioning and release cadence.