diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-19 10:22:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-19 17:40:50 -0400 |
| commit | fca677fa438879cbb3ebb828268cb2b976e514d8 (patch) | |
| tree | ee3e5308704b19afaea94ba37b8cab761084f74f /docs/releases | |
| parent | 5f2542f12a90cfcfb7be776424ef2f7b200df006 (diff) | |
Added sphinx extension to ease generation of ticket links.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.6.6.txt | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt index f98aaa4176..974adb3a13 100644 --- a/docs/releases/1.6.6.txt +++ b/docs/releases/1.6.6.txt @@ -10,36 +10,31 @@ Bugfixes ======== * Corrected email and URL validation to reject a trailing dash - (`#22579 <http://code.djangoproject.com/ticket/22579>`_). + (:ticket:`22579`). -* Prevented indexes on PostgreSQL virtual fields - (`#22514 <http://code.djangoproject.com/ticket/22514>`_). +* Prevented indexes on PostgreSQL virtual fields (:ticket:`22514`). * 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 - defined to point to a field other than the PK - (`#13794 <https://code.djangoproject.com/ticket/13794>`_). + defined to point to a field other than the PK (:ticket:`13794`). * Restored ``pre_delete`` signals for ``GenericRelation`` cascade deletion - (`#22998 <https://code.djangoproject.com/ticket/22998>`_). + (:ticket:`22998`). * Fixed transaction handling when specifying non-default database in - ``createcachetable`` and ``flush`` - (`#23089 <https://code.djangoproject.com/ticket/23089>`_). + ``createcachetable`` and ``flush`` (:ticket:`23089`). * Fixed the "ORA-01843: not a valid month" errors when using Unicode - with older versions of Oracle server - (`#20292 <https://code.djangoproject.com/ticket/20292>`_). + with older versions of Oracle server (:ticket:`20292`). * Restored bug fix for sending unicode email with Python 2.6.5 and below - (`#19107 <https://code.djangoproject.com/ticket/19107>`_). + (:ticket:`19107`). * Prevented ``UnicodeDecodeError`` in ``runserver`` with non-UTF-8 and - non-English locale (`#23265 <https://code.djangoproject.com/ticket/23265>`_). + non-English locale (:ticket:`23265`). * Fixed JavaScript errors while editing multi-geometry objects in the OpenLayers - widget (`#23137 <https://code.djangoproject.com/ticket/23137>`_, - `#23293 <https://code.djangoproject.com/ticket/23293>`_). + widget (:ticket:`23137`, :ticket:`23293`). * Prevented a crash on Python 3 with query strings containing unencoded - non-ASCII characters (`#22996 <http://code.djangoproject.com/ticket/22996>`_). + non-ASCII characters (:ticket:`22996`). |
