djust 0.3.1

StableReleased
Install
pip install djust==0.3.1

Changed

  • 3.8x faster rendering for large pages — Optimized get_context_data() by replacing dir(self) iteration (~300 inherited Django View attributes, ~50ms) with targeted __dict__ + MRO walk (<1ms). Added dj-update="ignore" optimization to Rust VDOM diff engine, skipping subtrees the client won't patch (240ms → 17ms). Combined with template-level optimizations, reduces event roundtrip from ~160ms to ~42ms on pages with large static content.

All releases · Atom feed