Django-browser-reload

Latest version: v1.18.0

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

1.1.1

------------------

* Prevent restarting the server when static assets change.

Thanks to Tim Kamanin for the report in `Issue 46 <https://github.com/adamchainz/django-browser-reload/issues/46>`__.

* Use 'defer' in the ``<script>`` tag to avoid blocking HTML parsing.

1.1.0

------------------

* Provide a middleware to insert the script tag.
This is now the recommended method for doing the insertion, as it automatically applies to all HTML responses.
This includes Django’s debug page, so you can automatically reload after fixing an exception.

You can replace use of the script tag with the middleware, unless you need precise control over which pages reloading runs on.

* Reload when static assets or Jinja templates change.

* Mention django-browser-reload in reload debug message.

* Add Jinja template tag.

1.0.0

------------------

* Initial release.

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.