From 2577d58e9d484239a524331de06f5c255126e993 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 23 Mar 2012 19:44:52 +0000 Subject: [PATCH] Fixed #17963 -- Fixed internal links in the 1.4 release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17802 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.4.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index 8d0cd753c5..51766dc2f5 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -34,7 +34,7 @@ out the :ref:`timezone migration guide ` and the Other notable new features in Django 1.4 include: * A number of ORM improvements, including `SELECT FOR UPDATE support`_, - the ability to `bulk insert `_ + the ability to `bulk insert <#model-objects-bulk-create-in-the-orm>`_ large datasets for improved performance, and `QuerySet.prefetch_related`_, a method to batch-load related objects in areas where :meth:`~django.db.models.QuerySet.select_related` does't @@ -51,7 +51,7 @@ Other notable new features in Django 1.4 include: * `Support for in-browser testing frameworks`_ (like Selenium_). -* ... and a whole lot more; `see below `_! +* ... and a whole lot more; `see below <#what-s-new-in-django-1-4>`_! Wherever possible we try to introduce new features in a backwards-compatible manner per :doc:`our API stability policy ` policy.