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

*May 1, 2015*

Django 1.7.8 fixes:

- Database introspection with SQLite 3.8.9 (released April 8, 2015)
  ([#24637](https://code.djangoproject.com/ticket/24637)).
- A database table name quoting regression in 1.7.2 ([#24605](https://code.djangoproject.com/ticket/24605)).
- The loss of `null`/`not null` column properties during field alteration
  of MySQL databases ([#24595](https://code.djangoproject.com/ticket/24595)).
