summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornklas <niclas@kotro.se>2012-07-25 01:45:56 +0700
committernklas <niclas@kotro.se>2012-07-25 01:45:56 +0700
commit6006c1f076ae7661a601ab6efa4087caf935fbba (patch)
treecd6417eae5ca59627037bf5007ddfc3d065936a0 /docs
parent5d560dcb981400451d69a834f7c6a9090f5e5221 (diff)
Fixed a small typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index a091869645..01532cc04c 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -37,7 +37,7 @@ Other notable new features in Django 1.4 include:
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
+ in areas where :meth:`~django.db.models.QuerySet.select_related` doesn't
work.
* Some nice security additions, including `improved password hashing`_