---
title: "Notes de publication de Django 3.1.6"
version: 5.0
locale: fr
source: https://docs.djangoproject.com/fr/5.0/releases/3.1.6/
canonical: https://djangodocs.dev/fr/5.0/releases/3.1.6/
---
# Notes de publication de Django 3.1.6

*1er février 2021*

Django 3.1.6 fixes a security issue with severity « low » and a bug in 3.1.5.

## CVE-2021-3281: Potential directory-traversal via `archive.extract()`

The `django.utils.archive.extract()` function, used by
[`startapp --template`](/fr/5.0/ref/django-admin/#cmdoption-startapp-template) and [`startproject --template`](/fr/5.0/ref/django-admin/#cmdoption-startproject-template), allowed
directory-traversal via an archive with absolute paths or relative paths with
dot segments.

## Correction de bogues

- Fixed an admin layout issue in Django 3.1 where changelist filter controls
  would become squashed ([#32391](https://code.djangoproject.com/ticket/32391)).
