1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00
django/docs/releases/1.6.6.txt

17 lines
398 B
Plaintext
Raw Normal View History

2014-05-16 18:19:23 -04: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>`_).