Kaydet (Commit) 51602128 authored tarafından Karen Tracey's avatar Karen Tracey

Fixed markup for 1.2 release notes added in r11943, I think.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 0f2f08a7
...@@ -428,15 +428,15 @@ alternative to the normal primary-key based object references in a ...@@ -428,15 +428,15 @@ alternative to the normal primary-key based object references in a
fixture, improving readability, and resolving problems referring to fixture, improving readability, and resolving problems referring to
objects whose primary key value may not be predictable or known. objects whose primary key value may not be predictable or known.
`BigIntegerField` ``BigIntegerField``
----------------- -------------------
Models can now use a 64 bit :class:`~django.db.models.BigIntegerField` type. Models can now use a 64 bit :class:`~django.db.models.BigIntegerField` type.
Fast Failure for Tests Fast Failure for Tests
---------------------- ----------------------
The `test` subcommand of `django-admin.py`, and the `runtests.py` script The ``test`` subcommand of ``django-admin.py``, and the ``runtests.py`` script
used to run Django's own test suite, support a new `--failfast` option. used to run Django's own test suite, support a new ``--failfast`` option.
When specified, this option causes the test runner to exit after When specified, this option causes the test runner to exit after
encountering a failure instead of continuing with the test run. encountering a failure instead of continuing with the test run.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment