Skip to content

6.40.0

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:45
· 7948 commits to main since this release

Summary: Django 1.8
Release Date: Tue, December 13, 2016 at 11:43 AM UTC
Release Author: Henrik Levkowetz


This release upgrades the datatracker to use version 1.8 of the Django
framework. Django 1.8 introduces security enhancements, type checking of
foreign-key and many-to-many-key arguments when doing database queries, and
a number of other features [a]. The type checking in particular brought to
light a number of places where we provided the wrong argument types (or
multiple inconsistent argument types) to queries. These have all been
fixed. The full set of changes are shown in changeset [12507].

[a] https://docs.djangoproject.com/en/1.8/releases/1.8/


Coverage

chart