Changelog
*Sourced from [django-js-reverse's changelog](https://github.com/ierror/django-js-reverse/blob/master/CHANGELOG.rst).*
> 0.9.1
> -----
>
> - Fix: avoid XSS introduced in 0.9.0 when using js_reverse_inline. A low threat as content injected is likely to be trusted input from the urlconfig.
>
> 0.9.0
> -----
>
> - New: Support for Python 3.7
> - New: Support for Django 2.2
> - New: Unit Tests Script prefix with no slash, changed URL Conf`[#72](https://github.com/ierror/django-js-reverse/issues/72) `__
> Thank you `graingert `__
> - Fix: "ROOT_URLCONF not taken into account" `[#73](https://github.com/ierror/django-js-reverse/issues/73) `__ `[#74](https://github.com/ierror/django-js-reverse/issues/74) `__
> Thank you `LuukOost `__ and `graingert `__
> - Refactoring: "move template logic to view" `[#64](https://github.com/ierror/django-js-reverse/issues/64) `__
> Thank you `graingert `__
> - Fix: "Now using LooseVersion instead of StrictVersion to avoid issues with rc releases" `[#67](https://github.com/ierror/django-js-reverse/issues/67) `__
> Thank you `kavdev `__
>
> 0.8.2
> -----
>
> - Fix: A bug fix in Django 2.0.6 has broken django-js-reverse `[#65](https://github.com/ierror/django-js-reverse/issues/65) `_
> Thank you `kavdev `_
>
> 0.8.1
> -----
>
> - Fix: The tests folder of the `[#53](https://github.com/ierror/django-js-reverse/issues/53) `__ was still present in the build. => Added cleanup to the release make command.
>
> 0.8.0
> -----
>
> - New: Support for Django 2.0: `[#58](https://github.com/ierror/django-js-reverse/issues/58) `_
> Thank you `wlonk `_
> - Fix: `[#53](https://github.com/ierror/django-js-reverse/issues/53) `__ - Don't install the tests folder as a separate folder. Moved inside the django_js_reverse namespace.
>
> 0.7.3
> -----
>
> - New: Support for Django 1.10
> - Chg: Renamed "production" branch to "master"
> - Fix: `[#48](https://github.com/ierror/django-js-reverse/issues/48) `_ - "Change False to 'window' in global object name in README."
> Thank you `karamanolev `_
> - Fix: `PR [#45](https://github.com/ierror/django-js-reverse/issues/45) `_ - "Fix: collectstatic_js_reverse usage message"
> Thank you `ghedsouza `_
> - Fix: `PR [#44](https://github.com/ierror/django-js-reverse/issues/44) `_ - "Remove duplicate _get_url call"
> Thank you `razh `_
Commits
- [`c3df4de`](https://github.com/ierror/django-js-reverse/commit/c3df4de865d576a254002a11f320b19e13e31791) bump v0.9.1
- [`a3b57d1`](https://github.com/ierror/django-js-reverse/commit/a3b57d1e4424e2fadabcd526d170c4868d55159c) Merge pull request [#81](https://github-redirect.dependabot.com/ierror/django-js-reverse/issues/81) from ierror/fix-xss-when-using-js-reverse-inline
- [`78d6aff`](https://github.com/ierror/django-js-reverse/commit/78d6aff2276f2d341f643b095515f8aaba5e67c2) avoid xss when using js_reverse_inline
- [`0714391`](https://github.com/ierror/django-js-reverse/commit/071439127d3793551b46670f9a91924900e500c3) new Maintainer: [@graingert](https://github.com/graingert)
- [`5b13f85`](https://github.com/ierror/django-js-reverse/commit/5b13f85581190ebd346af1c7915d9290f7e34be2) optimized imports
- [`dd88d9d`](https://github.com/ierror/django-js-reverse/commit/dd88d9d2d7ed475d72ad5f3fb80304455a98fb23) Merge branch 'graingert-100-coverage' into develop
- [`523b761`](https://github.com/ierror/django-js-reverse/commit/523b76135aacc555e20b405adfae13f31864d1ec) integrated Unit Tests Script prefix with no slash, changed URL Conf [#72](https://github-redirect.dependabot.com/ierror/django-js-reverse/issues/72)
- [`ef8693e`](https://github.com/ierror/django-js-reverse/commit/ef8693e357a6d1c197895f18073e74d617348933) Merge branch 'kavdev-bugfix/strictversion_is_too_strict_for_django' into develop
- [`1f7e65b`](https://github.com/ierror/django-js-reverse/commit/1f7e65b3f0693dc098a86a206c13f6ace6e17552) leftover
- [`9cbd92c`](https://github.com/ierror/django-js-reverse/commit/9cbd92c04eb13fff5c5f7e620274662a90abd2cb) Fix: "Now using LooseVersion instead of StrictVersion to avoid issues with rc...
- Additional commits viewable in [compare view](https://github.com/ierror/django-js-reverse/compare/v0.7.2...v0.9.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/raylenmargono/Vestivise/network/alerts).
Bumps django-js-reverse from 0.7.2 to 0.9.1.
Changelog
*Sourced from [django-js-reverse's changelog](https://github.com/ierror/django-js-reverse/blob/master/CHANGELOG.rst).* > 0.9.1 > ----- > > - Fix: avoid XSS introduced in 0.9.0 when using js_reverse_inline. A low threat as content injected is likely to be trusted input from the urlconfig. > > 0.9.0 > ----- > > - New: Support for Python 3.7 > - New: Support for Django 2.2 > - New: Unit Tests Script prefix with no slash, changed URL Conf`[#72](https://github.com/ierror/django-js-reverse/issues/72)Commits
- [`c3df4de`](https://github.com/ierror/django-js-reverse/commit/c3df4de865d576a254002a11f320b19e13e31791) bump v0.9.1 - [`a3b57d1`](https://github.com/ierror/django-js-reverse/commit/a3b57d1e4424e2fadabcd526d170c4868d55159c) Merge pull request [#81](https://github-redirect.dependabot.com/ierror/django-js-reverse/issues/81) from ierror/fix-xss-when-using-js-reverse-inline - [`78d6aff`](https://github.com/ierror/django-js-reverse/commit/78d6aff2276f2d341f643b095515f8aaba5e67c2) avoid xss when using js_reverse_inline - [`0714391`](https://github.com/ierror/django-js-reverse/commit/071439127d3793551b46670f9a91924900e500c3) new Maintainer: [@graingert](https://github.com/graingert) - [`5b13f85`](https://github.com/ierror/django-js-reverse/commit/5b13f85581190ebd346af1c7915d9290f7e34be2) optimized imports - [`dd88d9d`](https://github.com/ierror/django-js-reverse/commit/dd88d9d2d7ed475d72ad5f3fb80304455a98fb23) Merge branch 'graingert-100-coverage' into develop - [`523b761`](https://github.com/ierror/django-js-reverse/commit/523b76135aacc555e20b405adfae13f31864d1ec) integrated Unit Tests Script prefix with no slash, changed URL Conf [#72](https://github-redirect.dependabot.com/ierror/django-js-reverse/issues/72) - [`ef8693e`](https://github.com/ierror/django-js-reverse/commit/ef8693e357a6d1c197895f18073e74d617348933) Merge branch 'kavdev-bugfix/strictversion_is_too_strict_for_django' into develop - [`1f7e65b`](https://github.com/ierror/django-js-reverse/commit/1f7e65b3f0693dc098a86a206c13f6ace6e17552) leftover - [`9cbd92c`](https://github.com/ierror/django-js-reverse/commit/9cbd92c04eb13fff5c5f7e620274662a90abd2cb) Fix: "Now using LooseVersion instead of StrictVersion to avoid issues with rc... - Additional commits viewable in [compare view](https://github.com/ierror/django-js-reverse/compare/v0.7.2...v0.9.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/raylenmargono/Vestivise/network/alerts).