1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.

Backport of f8e8853b51 from master
This commit is contained in:
peterfarrell
2015-04-13 16:54:04 -04:00
committed by Tim Graham
parent 1b21666bd9
commit d74903e4fb
3 changed files with 13 additions and 1 deletions

8
docs/releases/1.7.8.txt Normal file
View File

@@ -0,0 +1,8 @@
==========================
Django 1.7.7 release notes
==========================
*Under development*
Django 1.7.8 fixes database introspection with SQLite 3.8.9 (released April 8,
2015) (:ticket:`24637`).

View File

@@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
1.7.8
1.7.7
1.7.6
1.7.5