Django 1.10.1 release notes Bugfixes Django 1.10.1 release notes September 1, 2016 Django 1.10.1 fixes several bugs in 1.10. Bugfixes Fixed a crash in MySQL connections w...
Django 1.10.2 release notes Bugfixes Django 1.10.2 release notes October 1, 2016 Django 1.10.2 fixes several bugs in 1.10.1. Bugfixes Fixed a crash in MySQL database vali...
Django 1.10.5 release notes Bugfixes Django 1.10.5 release notes January 4, 2017 Django 1.10.5 fixes several bugs in 1.10.4. Bugfixes Fixed a crash in the debug view if r...
Django 1.11.2 release notes Minor feature Bugfixes Django 1.11.2 release notes June 1, 2017 Django 1.11.2 adds a minor feature and fixes several bugs in 1.11.1. Also, the la...
Django 1.11.4 release notes Bugfixes Django 1.11.4 release notes August 1, 2017 Django 1.11.4 fixes several bugs in 1.11.3. Bugfixes Fixed a regression in 1.11.3 on Pytho...
Tutorial: How to monitor a Django application with Prometheus Introduction Prerequisites Step 0 - Set up a basic Django application (optional) Install Django Create a template p...
Django Template System Basics How Django Finds Templates Creating a Site Template Displaying a Template Template Inheritance Displaying Database Data Loading Static Files List...