mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
This commit is contained in:
parent
b333d10618
commit
f8e8853b51
4 changed files with 16 additions and 1 deletions
8
docs/releases/1.7.8.txt
Normal file
8
docs/releases/1.7.8.txt
Normal 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`).
|
|
@ -41,3 +41,6 @@ Bugfixes
|
|||
|
||||
* Fixed a crash with ``QuerySet.update()`` on foreign keys to instances with
|
||||
``uuid`` primary keys (:ticket:`24611`).
|
||||
|
||||
* Fixed database introspection with SQLite 3.8.9 (released April 8, 2015)
|
||||
(:ticket:`24637`).
|
||||
|
|
|
@ -40,6 +40,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue