From 067352ec02c6ca80feb9709e161ea04547b37324 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Fri, 30 Dec 2011 12:21:40 +0000 Subject: [PATCH] Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastinetserver for the report; aaugustin for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17290 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/0.95.txt | 11 +++++------ docs/releases/0.96.txt | 22 ++++++++-------------- 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/docs/releases/0.95.txt b/docs/releases/0.95.txt index 31ff581ad0..755095b2a7 100644 --- a/docs/releases/0.95.txt +++ b/docs/releases/0.95.txt @@ -92,15 +92,15 @@ changes is described in the `Removing The Magic`_ wiki page. There is also an easy checklist_ for reference when undertaking the porting operation. .. _Removing The Magic: http://code.djangoproject.com/wiki/RemovingTheMagic -.. _checklist: http://code.djangoproject.com/wiki/MagicRemovalCheatSheet1 +.. _checklist: http://code.djangoproject.com/wiki/MagicRemovalCheatSheet Problem reports and getting help ================================ -Need help resolving a problem with Django? The documentation in the distribution -is also available online_ at the `Django Web site`_. The :doc:`FAQ ` -document is especially recommended, as it contains a number of issues that come -up time and again. +Need help resolving a problem with Django? The documentation in the +distribution is also available :doc:`online ` at the `Django Web +site`_. The :doc:`FAQ ` document is especially recommended, as it +contains a number of issues that come up time and again. For more personalized help, the `django-users`_ mailing list is a very active list, with more than 2,000 subscribers who can help you solve any sort of @@ -113,7 +113,6 @@ there's a #django channel on irc.freenode.net that is regularly populated by Django users and developers from around the world. Friendly people are usually available at any hour of the day -- to help, or just to chat. -.. _online: http://www.djangoproject.com/documentation/0.95/ .. _Django Web site: http://www.djangoproject.com/ .. _django-users: http://groups.google.com/group/django-users diff --git a/docs/releases/0.96.txt b/docs/releases/0.96.txt index ca76e1cdf5..f4254a27b4 100644 --- a/docs/releases/0.96.txt +++ b/docs/releases/0.96.txt @@ -50,12 +50,10 @@ aside from any necessary security fixes, it will not be actively maintained, and it will be removed in a future release of Django. Also, note that some features, like the new :setting:`DATABASE_OPTIONS` -setting (see the `databases documentation`_ for details), are only -available on the "mysql" backend, and will not be made available for +setting (see the :doc:`databases documentation ` for details), +are only available on the "mysql" backend, and will not be made available for "mysql_old". -.. _databases documentation: http://www.djangoproject.com/documentation/0.96/databases/ - Database constraint names changed --------------------------------- @@ -164,10 +162,8 @@ Although the ``newforms`` library will continue to evolve, it's ready for use for most common cases. We recommend that anyone new to form handling skip the old forms system and start with the new. -For more information about ``django.newforms``, read the `newforms -documentation`_. - -.. _newforms documentation: http://www.djangoproject.com/documentation/0.96/newforms/ +For more information about ``django.newforms``, read the :doc:`newforms +documentation `. URLconf improvements -------------------- @@ -220,13 +216,11 @@ boredom (with apologies to Kent Beck). You can write tests based on :mod:`doctest` or :mod:`unittest` and test your views with a simple test client. There is also new support for "fixtures" -- initial data, stored in any of the -supported `serialization formats`_, that will be loaded into your database at the -start of your tests. This makes testing with real data much easier. +supported :doc:`serialization formats `, that will be +loaded into your database at the start of your tests. This makes testing with +real data much easier. -See `the testing documentation`_ for the full details. - -.. _the testing documentation: http://www.djangoproject.com/documentation/0.96/testing/ -.. _serialization formats: http://www.djangoproject.com/documentation/0.96/serialization/ +See :doc:`the testing documentation ` for the full details. Improvements to the admin interface -----------------------------------