Author: claudep
Date: 2012-03-23 12:44:52 -0700 (Fri, 23 Mar 2012)
New Revision: 17802

Modified:
   django/trunk/docs/releases/1.4.txt
Log:
Fixed #17963 -- Fixed internal links in the 1.4 release notes.

Modified: django/trunk/docs/releases/1.4.txt
===================================================================
--- django/trunk/docs/releases/1.4.txt  2012-03-23 18:05:31 UTC (rev 17801)
+++ django/trunk/docs/releases/1.4.txt  2012-03-23 19:44:52 UTC (rev 17802)
@@ -34,7 +34,7 @@
 Other notable new features in Django 1.4 include:
 
 * A number of ORM improvements, including `SELECT FOR UPDATE support`_,
-  the ability to `bulk insert <Model.objects.bulk_create in the ORM>`_
+  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 @@
 
 * `Support for in-browser testing frameworks`_ (like Selenium_).
 
-* ... and a whole lot more; `see below <what's new in django 1.4>`_!
+* ... 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 </misc/api-stability>` policy.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to