Understanding Django Proxy Models: Usage, Benefits, and LimitationsWhen we first learn Django, models are usually explained in a very concrete way. One model maps to one database table, the relationship is one-to-one, and each row represents an instance of that model. This mental model works well for most use cases ...Jan 19, 2026·21 min read
Authorization in Django: From Permissions to Policies — Part 13 (Capstone) — Authorization Is Not SecurityJan 12, 2026·6 min read·1
Authorization in Django: From Permissions to Policies — Part 12 — When Boundaries CollapseResponsibility Drift and the Loss of System MeaningJan 11, 2026·5 min read
Authorization in Django: From Permissions to Policies — Part 11 — A Full Workflow, End to EndTracing a Single Request Through Authority, Validity, and StateJan 10, 2026·5 min read
Authorization in Django: From Permissions to Policies : Part 10 — Invariants: What the System Must Never AllowWhere Rules End and Guarantees BeginJan 9, 2026·5 min read·1
Authorization in Django: From Permissions to Policies — Part 9 — Policies: Making Context ExplicitFrom Capability to Contextual ValidityJan 8, 2026·6 min read·1
Authorization in Django: From Permissions to Policies : Part 8 — Beyond the Permission LayerWhere Permissions End, Authorization ContinuesJan 7, 2026·4 min read·1
Authorization in Django: From Permissions to Policies : Part 7 — Failure as a BoundaryBoundaries of Capability in Django AuthorizationJan 6, 2026·5 min read·1