* Added `app_name` namespace to `qr_code.urls` (better compatibility with `include()` function provided with Django >= 1.9). * Update documentation regarding the inclusion of `qr_code.urls` for distinct versions of Django. * Minor improvements to the documentation.
0.3.2
* Allows optional installation of Pillow (PNG format unavailable, fallback to SVG). * Fixed caching of images (not working due protection against external queries). * Fixed conditional view processing (HTTP 304) for rendered QR codes (not working due protection against external queries).
0.3.1
* Added a mention about Pillow library requirement in documentation. * Minor improvements to the documentation and the demo application.
0.3.0
* Added new tag qr_url_from_text: * Separate image from the page displaying the image * Handle caching of images * Conditional view processing (HTTP 304) for rendered QR codes * Protection against external requests * Settings to configure URLs accesses as a service for generating QR code images * Add documentation for new features * Add tests for new features * Add examples to demo site * More robust testing of make_embedded_qr_code's arguments. * Improved documentation. * Demo site is compatible with Django 1.8. * Added support for Docker Compose for running the demo application and running the tests.
0.2.1
* Added support for Django 1.8. * Fixed version specifiers for Django requirement so that it wont force the installation of Django 1.11. * Added badges for PyPi, Read the Docs and Travis CI to readme file. * Several additions to the documentation.
0.2.0
* Add support for PNG image format via an `img` tag. * Add documentation for users and developers. * Improve examples in demo app.