[2.0.x] Fixed grammar in docs/releases/2.0.txt.

Backport of bee4c2baede18d8c8c0a29cd9affb18074dafd3a from master
This commit is contained in:
David Szotten 2017-12-04 13:55:40 +00:00 committed by Tim Graham
parent 6a70b576b5
commit 48beda6660

View File

@ -707,7 +707,7 @@ to remove usage of these features.
* The ``on_delete`` argument for ``ForeignKey`` and ``OneToOneField`` is now
required in models and migrations. Consider squashing migrations so that you
have less of them to update.
have fewer of them to update.
* ``django.db.models.fields.add_lazy_relation()`` is removed.