0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed a small typo.

This commit is contained in:
nklas 2012-07-25 01:45:56 +07:00
parent 5d560dcb98
commit 6006c1f076

View File

@ -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`_