1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/releases/1.6.6.txt
2014-06-20 18:47:14 -04:00

17 lines
398 B
Plaintext

==========================
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>`_).