django/docs/releases/1.6.6.txt

17 lines
398 B
Plaintext
Raw Normal View History

2014-05-17 06:19:23 +08: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
(`#22579 <http://code.djangoproject.com/ticket/22579>`_).
* Prevented indexes on PostgreSQL virtual fields
(`#22514 <http://code.djangoproject.com/ticket/22514>`_).