Django 1.10.7 release notes

    Django 1.10.7 fixes two security issues and a bug in 1.10.6.

    Also, if a developer relies on is_safe_url() to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.

    Note, however, that this view has always carried a warning that it is not hardened for production use and should be used only as a development aid.

    • Fixed model form fallback for SelectMultiple ().