Hacker News new | ask | show | jobs
by stavros 663 days ago
There's a Django app (that I forget the name of) that disables lazy loading in templates, thus requiring you to load everything explicitly in the view.
1 comments

I think there's a few 3rd party solutions like https://github.com/charettes/django-seal but I don't love the idea of using something that I assume is monkey patching Django code.
There is an ongoing effort to include back the equivalent in core [here](https://github.com/django/django/pull/17554)