- Fixed issue in template loader that only implemented
load_template_source
but noload_template
. Thanks to tylanpince, rwilcox and Frédéric Roland for the report.
- Fixed issue with
runserver
command that didn't handled all request independed from each other. Thanks to bclermont and Frédéric Roland for the report.
- Fixed unreferenced variable error in
SetFlavourMiddleware
.
- Fixed
is_usable
attribute fordjango_mobile.loader.Loader
. Thanks Michela Ledwidge for the report.
- Initial release.