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
This commit is contained in:
Timo Graham 2011-12-30 12:21:40 +00:00
parent 0bf2d33770
commit 067352ec02
2 changed files with 13 additions and 20 deletions

View File

@ -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. easy checklist_ for reference when undertaking the porting operation.
.. _Removing The Magic: http://code.djangoproject.com/wiki/RemovingTheMagic .. _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 Problem reports and getting help
================================ ================================
Need help resolving a problem with Django? The documentation in the distribution Need help resolving a problem with Django? The documentation in the
is also available online_ at the `Django Web site`_. The :doc:`FAQ </faq/index>` distribution is also available :doc:`online </index>` at the `Django Web
document is especially recommended, as it contains a number of issues that come site`_. The :doc:`FAQ </faq/index>` document is especially recommended, as it
up time and again. contains a number of issues that come up time and again.
For more personalized help, the `django-users`_ mailing list is a very active 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 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 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. 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 Web site: http://www.djangoproject.com/
.. _django-users: http://groups.google.com/group/django-users .. _django-users: http://groups.google.com/group/django-users

View File

@ -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. maintained, and it will be removed in a future release of Django.
Also, note that some features, like the new :setting:`DATABASE_OPTIONS` Also, note that some features, like the new :setting:`DATABASE_OPTIONS`
setting (see the `databases documentation`_ for details), are only setting (see the :doc:`databases documentation </ref/databases>` for details),
available on the "mysql" backend, and will not be made available for are only available on the "mysql" backend, and will not be made available for
"mysql_old". "mysql_old".
.. _databases documentation: http://www.djangoproject.com/documentation/0.96/databases/
Database constraint names changed 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 for most common cases. We recommend that anyone new to form handling skip the
old forms system and start with the new. old forms system and start with the new.
For more information about ``django.newforms``, read the `newforms For more information about ``django.newforms``, read the :doc:`newforms
documentation`_. documentation </topics/forms/index>`.
.. _newforms documentation: http://www.djangoproject.com/documentation/0.96/newforms/
URLconf improvements 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. :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 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 supported :doc:`serialization formats </topics/serialization>`, that will be
start of your tests. This makes testing with real data much easier. 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. See :doc:`the testing documentation </topics/testing>` 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/
Improvements to the admin interface Improvements to the admin interface
----------------------------------- -----------------------------------