----------------------------------
* Packaged from repository tag '1.9'.
* Django 1.8/1.10/1.11 supported.
* Python 2.7/3.3/3.4/3.5/3.6 supported.
* Deprecation: flashpolicies.views.simple() is renamed to
flashpolicies.views.allow_domains(). An alias is provided for
backwards compatibility, and will be removed in 2.0.
* Deprecation announced: in 2.0, django-flashpolicies will split into
two packages: one providing only the Policy class (to allow use
independent of Django), and the other depending on it and providing
Django views.