2014-05-17 00:19:23 +02:00
|
|
|
==========================
|
|
|
|
Django 1.6.6 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.6.6 fixes several bugs in 1.6.5.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
|
|
|
* Corrected email and URL validation to reject a trailing dash
|
2014-08-19 16:22:51 +02:00
|
|
|
(:ticket:`22579`).
|
2014-06-21 00:47:14 +02:00
|
|
|
|
2014-08-19 16:22:51 +02:00
|
|
|
* Prevented indexes on PostgreSQL virtual fields (:ticket:`22514`).
|
2014-07-16 19:34:53 +02:00
|
|
|
|
|
|
|
* Prevented edge case where values of FK fields could be initialized with a
|
|
|
|
wrong value when an inline model formset is created for a relationship
|
2014-08-19 16:22:51 +02:00
|
|
|
defined to point to a field other than the PK (:ticket:`13794`).
|
2014-07-16 19:34:53 +02:00
|
|
|
|
|
|
|
* Restored ``pre_delete`` signals for ``GenericRelation`` cascade deletion
|
2014-08-19 16:22:51 +02:00
|
|
|
(:ticket:`22998`).
|
2014-07-25 01:55:57 +02:00
|
|
|
|
|
|
|
* Fixed transaction handling when specifying non-default database in
|
2014-08-19 16:22:51 +02:00
|
|
|
``createcachetable`` and ``flush`` (:ticket:`23089`).
|
2014-07-29 15:39:19 +02:00
|
|
|
|
|
|
|
* Fixed the "ORA-01843: not a valid month" errors when using Unicode
|
2014-08-19 16:22:51 +02:00
|
|
|
with older versions of Oracle server (:ticket:`20292`).
|
2014-07-30 15:33:02 +02:00
|
|
|
|
|
|
|
* Restored bug fix for sending unicode email with Python 2.6.5 and below
|
2014-08-19 16:22:51 +02:00
|
|
|
(:ticket:`19107`).
|
2014-08-14 11:56:25 +02:00
|
|
|
|
|
|
|
* Prevented ``UnicodeDecodeError`` in ``runserver`` with non-UTF-8 and
|
2014-08-19 16:22:51 +02:00
|
|
|
non-English locale (:ticket:`23265`).
|
2014-08-15 10:11:53 +02:00
|
|
|
|
|
|
|
* Fixed JavaScript errors while editing multi-geometry objects in the OpenLayers
|
2014-08-19 16:22:51 +02:00
|
|
|
widget (:ticket:`23137`, :ticket:`23293`).
|
2014-07-12 19:37:59 +02:00
|
|
|
|
|
|
|
* Prevented a crash on Python 3 with query strings containing unencoded
|
2014-08-19 16:22:51 +02:00
|
|
|
non-ASCII characters (:ticket:`22996`).
|