djust 0.1.5

StableReleased
Install
pip install djust==0.1.5

Added

  • Context Processor Support: LiveView now automatically applies Django context processors configured in DjustTemplateBackend. Variables like GOOGLE_ANALYTICS_ID, user, messages, etc. are now available in LiveView templates without manual passing. (#26)

Fixed

  • VDOM Cache Key Path Awareness: Cache keys now include URL path and query string hash, preventing render corruption when navigating between views with different template structures (e.g., /emails/ vs /emails/?sender=1). (#24)

All releases · Atom feed