summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-12-22 17:16:28 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-12-22 17:16:28 +0000
commit51602128a57e8cf93f3cdb1f1370deba93f034ec (patch)
treef604373538eec94c80ef5a2b8fc3b5ed31d42286 /docs
parent0f2f08a7d78e3cff15bf98725f173f2e3382de0a (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.2.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index 5181b28505..2111212054 100644
--- a/docs/releases/1.2.txt
+++ b/docs/releases/1.2.txt
@@ -428,15 +428,15 @@ alternative to the normal primary-key based object references in a
fixture, improving readability, and resolving problems referring to
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.
Fast Failure for Tests
----------------------
-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.
+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.
When specified, this option causes the test runner to exit after
encountering a failure instead of continuing with the test run.